Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merging dev into main for v1.49.0 #1285

Merged
merged 279 commits into from
Oct 9, 2024
Merged

Merging dev into main for v1.49.0 #1285

merged 279 commits into from
Oct 9, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Apr 23, 2024

  1. bug/Devtooling-458: media retention policy creation failing with erro…

    …r on time interval (#980)
    
    * added checks
    
    * Checks for time interval attributes
    
    * Fixing TimeInterval
    
    * Added BuildFunc for timeInterval
    
    * Added returned errors for invalid time Interval
    
    * Fixed buildFunctions
    
    * Generate Docs
    
    * Fixed exporter
    BrianMoyles authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    ca5d1fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18f5901 View commit details
    Browse the repository at this point in the history
  3. No jira: util function for getting cursor value from next uri (#990)

    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a80.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    * Made function for parsing cursor from next uri
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    8 people authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    e2b103b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Fix acceptance tests (#979)

    * fix acceptance test
    
    fix test
    
    fix test
    
    fix test
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix tests
    
    fix tests
    
    restore files
    
    fix team test
    
    * fix comments
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    * fix conditional routing test
    
    fix conditional routing test
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    monishapadmavathi and Monisha Padmavathi Ragavan authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    b6f2ef9 View commit details
    Browse the repository at this point in the history
  2. Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (#995)

    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/setup-terraform@v3.0.0...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    352cefe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f15c683 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    85673a6 View commit details
    Browse the repository at this point in the history
  5. DEVTOOLING-445: User Roles not returning duplicate roles (#989)

    * NO-JIRA-Upgrading-Go-SDK
    
    * Fixed errors
    
    * Fixed conditional group routing
    
    * Fixed some tests
    dginty4 authored Apr 24, 2024
    Configuration menu
    Copy the full SHA
    6a63efe View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. feat/Devtooling 496: Routing queue Outbound email address independent…

    … resource (#954)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Added evaluated_queue_id
    
    * Fixed some things
    
    * Added CGR and toggle
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Routing queue outbound email address package
    
    * Made changes
    
    * Added tests
    
    * Added more to test
    
    * Fixed test
    
    * Finished resource
    
    * Finished resource
    
    * Made some requested changes
    
    * Added feature toggle stuff
    
    * Added feature toggle
    
    * Made changes
    
    * Fixing change in queue exporter
    
    ---------
    
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    dginty4 and HemanthDogiparthi12 authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    d95d869 View commit details
    Browse the repository at this point in the history
  2. bug/devtooling-498: [CX as Code] genesyscloud_outbound_settings expor…

    …t contains only null data (#996)
    
    * Fixing null export
    
    * Fixing Test
    
    * Added check for export
    
    * Added attribute and fixed test
    
    * Removed Computed attribute
    
    * Added check for reschedule_time_zone_skipped_contacts in test
    BrianMoyles authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    560b52a View commit details
    Browse the repository at this point in the history
  3. Update Export Guide (#971)

    * update export uide
    
    * update tf_export.md and resource.tf
    
    * cross check resource.tf and schema, add missing attributes
    
    * update
    
    * update export.md.tmp
    
    * Removed duplicate paragraph and ran go generate
    
    ---------
    
    Co-authored-by: Charlie Conneely <[email protected]>
    jenissabarrera and charliecon authored Apr 26, 2024
    Configuration menu
    Copy the full SHA
    c056eb1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. NO-JIRA: Fixing dev (#1000)

    * Fixing dev
    
    * Fixes some errors
    dginty4 authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    3ef86ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f2ee29 View commit details
    Browse the repository at this point in the history
  3. Devtooling 561 - Members not being added correctly to teams (#1001)

    * Fixed bug
    
    * Fixed problem deleting members
    
    * Removed print
    dginty4 authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    0f5a544 View commit details
    Browse the repository at this point in the history
  4. Fix Version Problem in WebDeployments (#997)

    * Fix Version Problem in WebDeployments
    
    * Add test cases
    
    * Fix review comments
    HemanthDogiparthi12 authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    51bf459 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. no jira: Fixing merge conflicts on dev branch (#1009)

    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a80.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    8 people authored Apr 30, 2024
    Configuration menu
    Copy the full SHA
    514afbc View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    e858838 View commit details
    Browse the repository at this point in the history
  2. Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2 (

    …#1008)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.19.1 to 0.19.2.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-docs@v0.19.1...v0.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * ran go generate
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    dependabot[bot] and charliecon authored May 1, 2024
    Configuration menu
    Copy the full SHA
    cf87936 View commit details
    Browse the repository at this point in the history
  3. DEVTOOLING-352 - provider oauth credential rate limit exceeded (#1004)

    * Testing something
    
    * Adding retry
    
    * Fixed retry
    
    * Moved functionality to retries package
    
    * Fixed inport cycle
    
    * Extending sleep
    
    * Added retry to AuthorizeSdk
    
    * Using with retries
    
    * Remving old function
    dginty4 authored May 1, 2024
    Configuration menu
    Copy the full SHA
    4b97b09 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Feat/devtooling 461 - WithRetries errors include improved logging (#1012

    )
    
    * calling diag func
    
    * Changed retryable functions to call Diagnostic function
    
    * Converted all withRetries errors to have improved wrapper
    
    * Made requested Changes
    
    * fixing unit test
    BrianMoyles authored May 3, 2024
    Configuration menu
    Copy the full SHA
    bea9d6c View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Bump golang.org/x/net from 0.23.0 to 0.25.0 (#1017)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.25.0.
    - [Commits](golang/net@v0.23.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 7, 2024
    Configuration menu
    Copy the full SHA
    c3e9b9b View commit details
    Browse the repository at this point in the history
  2. Fix for issue 993 : Changed message_column to optional and add verifi…

    …cation logic (#1013)
    
    * Changed message_column to optional and add verification logic
    
    * applied safer nil value handling
    TaisukChoi authored May 7, 2024
    Configuration menu
    Copy the full SHA
    b513b62 View commit details
    Browse the repository at this point in the history
  3. go generate (#1018)

    charliecon authored May 7, 2024
    Configuration menu
    Copy the full SHA
    dfffb81 View commit details
    Browse the repository at this point in the history
  4. bug/devtooling 560 - Nil error in telephony_providers_edges_phone (#1015

    )
    
    * Removed Print Statement that throws Nil error and added random id to test to prevent failing
    
    * golint changes made
    BrianMoyles authored May 7, 2024
    Configuration menu
    Copy the full SHA
    3ff66d4 View commit details
    Browse the repository at this point in the history
  5. Revert "bug/devtooling 560 - Nil error in telephony_providers_edges_p…

    …hone (#1…" (#1019)
    
    This reverts commit 3ff66d4.
    BrianMoyles authored May 7, 2024
    Configuration menu
    Copy the full SHA
    9b3e9bf View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. bug/devtooling 560 - CX as Code crash when creating phones (#1020)

    * Removed Print Statement that throws Nil error and added random id to test to prevent failing
    
    * golint changes made
    
    * Made requested Change
    BrianMoyles authored May 8, 2024
    Configuration menu
    Copy the full SHA
    92d3e7c View commit details
    Browse the repository at this point in the history
  2. feat/devtooling 579 - Improved Logging for Non-API errors (#1021)

    * Adding improved non-api diag errors
    
    * Pulling Merged PR
    
    * Added improved error
    
    * Added more logging
    
    * Ran go vet
    
    * Updated docs
    BrianMoyles authored May 8, 2024
    Configuration menu
    Copy the full SHA
    9336970 View commit details
    Browse the repository at this point in the history
  3. Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 (#1024)

    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/setup-terraform@v3.1.0...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 8, 2024
    Configuration menu
    Copy the full SHA
    1de6de9 View commit details
    Browse the repository at this point in the history
  4. bug/devtooling 362 - Evaluation forms incorrectly assigning published…

    … attribute (#1022)
    
    * Correctly sets published feature
    
    * Added functionality to set published field correctly
    
    * Fixed docs
    BrianMoyles authored May 8, 2024
    Configuration menu
    Copy the full SHA
    6236db7 View commit details
    Browse the repository at this point in the history
  5. Bug/devtooling 444: Custom resolver function for outbound campaign sc…

    …ript_id (#1014)
    
    * Resolving campaign script_id to default outbound script data source when appropriate
    
    * Created constants package
    
    * editing scripts proxy so that the datasource catches Default scripts
    
    * Finished writing tests for new campaign field custom resolver
    
    * Fixed linting errors in campaigns package
    
    * implemented caching for campaigns exporter
    
    * minor changes to a comment
    
    * Add deleteCacheItem func + some refactoring work
    
    * Refactoring call to resolveToDataSource function and added unit test
    
    * Fixing script data source test
    charliecon authored May 8, 2024
    Configuration menu
    Copy the full SHA
    f7b040a View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Bump github.com/nyaruka/phonenumbers from 1.3.4 to 1.3.5 (#1026)

    Bumps [github.com/nyaruka/phonenumbers](https://github.com/nyaruka/phonenumbers) from 1.3.4 to 1.3.5.
    - [Release notes](https://github.com/nyaruka/phonenumbers/releases)
    - [Changelog](https://github.com/nyaruka/phonenumbers/blob/main/CHANGELOG.md)
    - [Commits](nyaruka/phonenumbers@v1.3.4...v1.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/nyaruka/phonenumbers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 9, 2024
    Configuration menu
    Copy the full SHA
    b546063 View commit details
    Browse the repository at this point in the history
  2. Devtooling-162: Refactored idp salesforce (#999)

    * Refactored idp salesforce
    
    * Fixing docs
    
    * Changed function name
    
    * Removed original file
    dginty4 authored May 9, 2024
    Configuration menu
    Copy the full SHA
    34a964b View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    1424e8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a099ce7 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. No jira: fixing up a few acceptance tests (#1031)

    * fixed journey segment update
    
    * Adding check to journey segment tests to validate is feature is supported
    
    * preventing panic in export helper function
    
    * Adding sleep to milestone data source test
    
    * Cleaning up fmt.Print statements appearing in export tests
    
    * undoing changes to segment resource file
    charliecon authored May 13, 2024
    Configuration menu
    Copy the full SHA
    c6ec917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7661761 View commit details
    Browse the repository at this point in the history
  3. README update (#1025)

    charliecon authored May 13, 2024
    Configuration menu
    Copy the full SHA
    554dc1b View commit details
    Browse the repository at this point in the history
  4. Pre-verify if the tfState is in sync with the exporter (#1027)

    * Add state comapartors
    
    * Upddate review comments
    HemanthDogiparthi12 authored May 13, 2024
    Configuration menu
    Copy the full SHA
    702afaa View commit details
    Browse the repository at this point in the history
  5. Devtooling-591: Consistency Checker Refactor (#1032)

    * Moved where consistency checker is created in resources
    
    * Cleaned up consitency checker file
    
    * Added resource name to message
    
    * Conditionally adding name
    
    * Made requested changes
    dginty4 authored May 13, 2024
    Configuration menu
    Copy the full SHA
    ec36867 View commit details
    Browse the repository at this point in the history
  6. Feature/devtooling 589 1 (#1035)

    * update doc
    
    * fix reviews
    HemanthDogiparthi12 authored May 13, 2024
    Configuration menu
    Copy the full SHA
    c1a9abb View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Fix acceptance tests - TCA and Prod (#1033)

    * Fix edge,export,script test,Jenkin to run tca&prod
    
    * Fix export & integration tests
    
    * Fix auth tests
    
    Fix auth tests
    
    * fix tests
    
    * resolve conflicts
    
    * move assignregion func, remove commented function
    
    modify to return empty string - assignregion func
    
    return default region
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    monishapadmavathi and Monisha Padmavathi Ragavan authored May 14, 2024
    Configuration menu
    Copy the full SHA
    302d9a7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Bug/devtooling 597 - Routing email route test failing (#1039)

    * Added call to cleanup function
    
    * linter
    BrianMoyles authored May 15, 2024
    Configuration menu
    Copy the full SHA
    8fcd228 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e49d48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4443854 View commit details
    Browse the repository at this point in the history
  4. bug/DEVTOOLING-436 - Added cleanup function for webdeployments resour…

    …ces (#1038)
    
    * Added cleanup function for webdeployments resources
    
    * fixing conflict
    
    * Made requested changes
    
    * Made requested changes
    BrianMoyles authored May 15, 2024
    Configuration menu
    Copy the full SHA
    e338cb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fc8289 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34…

    ….0 (#1047)
    
    Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.33.0 to 2.34.0.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-sdk@v2.33.0...v2.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    090d2bb View commit details
    Browse the repository at this point in the history
  2. Bug/devtooling 287 temp disable cchecker (#1037)

    * removed consistency checker
    
    * changed DID number
    
    * phoneUpdated
    
    * Merging dev to main for v1.38.0 (#1036)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    * Feat/add flow log level resource (#948)
    
    * add code changes
    
    * add flow log level changes
    
    * testing commit
    
    * getting there, have a create test together
    
    * still trying to get a passing test
    
    * tests have passed! but getting the plan was not empty errors now
    
    * flow log level test
    
    * finally got tests passing
    
    * remove debug logging
    
    * rerun go generate
    
    * rerun go generate
    
    * apply suggestions from PR review
    
    * address PR review
    
    * remove characteristics
    
    * address PR comments
    
    * return total flow log levels when no more are found
    
    ---------
    
    Co-authored-by: dginty4 <[email protected]>
    
    * NO-JIRA: Small Change to flow log level (#984)
    
    * Small Change to flow log level
    
    * Fixing typo
    
    * Merge hotfix changes on main into dev (#983)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a80.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1 (#992)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.18.0 to 0.19.1.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-docs@v0.18.0...v0.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * rerunning go generate after tf-docs package upgrade
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * Devtooling 432: Conditonal Group Routing (#970)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Added CGR and toggle
    
    * Fixed some errors
    
    * Added queue proxy to CGR
    
    * Added toggle to get all
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Ran linter
    
    * Checking queue id in tests
    
    * Small change
    
    * bug/Devtooling-458: media retention policy creation failing with error on time interval (#980)
    
    * added checks
    
    * Checks for time interval attributes
    
    * Fixing TimeInterval
    
    * Added BuildFunc for timeInterval
    
    * Added returned errors for invalid time Interval
    
    * Fixed buildFunctions
    
    * Generate Docs
    
    * Fixed exporter
    
    * Getting rid of go vet warning about copying a lock value to a variable (#991)
    
    * No jira: util function for getting cursor value from next uri  (#990)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a80.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    * Made function for parsing cursor from next uri
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix acceptance tests (#979)
    
    * fix acceptance test
    
    fix test
    
    fix test
    
    fix test
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix tests
    
    fix tests
    
    restore files
    
    fix team test
    
    * fix comments
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    * fix conditional routing test
    
    fix conditional routing test
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    
    * Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (#995)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/setup-terraform@v3.0.0...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Improvise exclude attributes to Regex (#988)
    
    * Fix Media call back Read Attributes (#987)
    
    * DEVTOOLING-445: User Roles not returning duplicate roles (#989)
    
    * NO-JIRA-Upgrading-Go-SDK
    
    * Fixed errors
    
    * Fixed conditional group routing
    
    * Fixed some tests
    
    * feat/Devtooling 496: Routing queue Outbound email address independent resource (#954)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Added evaluated_queue_id
    
    * Fixed some things
    
    * Added CGR and toggle
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Routing queue outbound email address package
    
    * Made changes
    
    * Added tests
    
    * Added more to test
    
    * Fixed test
    
    * Finished resource
    
    * Finished resource
    
    * Made some requested changes
    
    * Added feature toggle stuff
    
    * Added feature toggle
    
    * Made changes
    
    * Fixing change in queue exporter
    
    ---------
    
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    
    * bug/devtooling-498: [CX as Code] genesyscloud_outbound_settings export contains only null data (#996)
    
    * Fixing null export
    
    * Fixing Test
    
    * Added check for export
    
    * Added attribute and fixed test
    
    * Removed Computed attribute
    
    * Added check for reschedule_time_zone_skipped_contacts in test
    
    * Update Export Guide (#971)
    
    * update export uide
    
    * update tf_export.md and resource.tf
    
    * cross check resource.tf and schema, add missing attributes
    
    * update
    
    * update export.md.tmp
    
    * Removed duplicate paragraph and ran go generate
    
    ---------
    
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * NO-JIRA: Fixing dev (#1000)
    
    * Fixing dev
    
    * Fixes some errors
    
    * Fixing flow outcome description (#998)
    
    * Devtooling 561 - Members not being added correctly to teams (#1001)
    
    * Fixed bug
    
    * Fixed problem deleting members
    
    * Removed print
    
    * Fix Version Problem in WebDeployments (#997)
    
    * Fix Version Problem in WebDeployments
    
    * Add test cases
    
    * Fix review comments
    
    * no jira: Fixing merge conflicts on dev branch  (#1009)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a80.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2 (#1008)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.19.1 to 0.19.2.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-docs@v0.19.1...v0.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * ran go generate
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * DEVTOOLING-352 - provider oauth credential rate limit exceeded (#1004)
    
    * Testing something
    
    * Adding retry
    
    * Fixed retry
    
    * Moved functionality to retries package
    
    * Fixed inport cycle
    
    * Extending sleep
    
    * Added retry to AuthorizeSdk
    
    * Using with retries
    
    * Remving old function
    
    * Feat/devtooling 461 - WithRetries errors include improved logging (#1012)
    
    * calling diag func
    
    * Changed retryable functions to call Diagnostic function
    
    * Converted all withRetries errors to have improved wrapper
    
    * Made requested Changes
    
    * fixing unit test
    
    * Bump golang.org/x/net from 0.23.0 to 0.25.0 (#1017)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.25.0.
    - [Commits](golang/net@v0.23.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Fix for issue 993 : Changed message_column to optional and add verification logic (#1013)
    
    * Changed message_column to optional and add verification logic
    
    * applied safer nil value handling
    
    * go generate (#1018)
    
    * bug/devtooling 560 - Nil error in telephony_providers_edges_phone (#1015)
    
    * Removed Print Statement that throws Nil error and added random id to test to prevent failing
    
    * golint changes made
    
    * Revert "bug/devtooling 560 - Nil error in telephony_providers_edges_phone (#1…" (#1019)
    
    This reverts commit 3ff66d4.
    
    * bug/devtooling 560 - CX as Code crash when creating phones (#1020)
    
    * Removed Print Statement that throws Nil error and added random id to test to prevent failing
    
    * golint changes made
    
    * Made requested Change
    
    * feat/devtooling 579 - Improved Logging for Non-API errors (#1021)
    
    * Adding improved non-api diag errors
    
    * Pulling Merged PR
    
    * Added improved error
    
    * Added more logging
    
    * Ran go vet
    
    * Updated docs
    
    * Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 (#1024)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/setup-terraform@v3.1.0...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * bug/devtooling 362 - Evaluation forms incorrectly assigning published attribute (#1022)
    
    * Correctly sets published feature
    
    * Added functionality to set published field correctly
    
    * Fixed docs
    
    * Bug/devtooling 444: Custom resolver function for outbound campaign script_id (#1014)
    
    * Resolving campaign script_id to default outbound script data source when appropriate
    
    * Created constants package
    
    * editing scripts proxy so that the datasource catches Default scripts
    
    * Finished writing tests for new campaign field custom resolver
    
    * Fixed linting errors in campaigns package
    
    * implemented caching for campaigns exporter
    
    * minor changes to a comment
    
    * Add deleteCacheItem func + some refactoring work
    
    * Refactoring call to resolveToDataSource function and added unit test
    
    * Fixing script data source test
    
    * Bump github.com/nyaruka/phonenumbers from 1.3.4 to 1.3.5 (#1026)
    
    Bumps [github.com/nyaruka/phonenumbers](https://github.com/nyaruka/phonenumbers) from 1.3.4 to 1.3.5.
    - [Release notes](https://github.com/nyaruka/phonenumbers/releases)
    - [Changelog](https://github.com/nyaruka/phonenumbers/blob/main/CHANGELOG.md)
    - [Commits](nyaruka/phonenumbers@v1.3.4...v1.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/nyaruka/phonenumbers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Devtooling-162: Refactored idp salesforce (#999)
    
    * Refactored idp salesforce
    
    * Fixing docs
    
    * Changed function name
    
    * Removed original file
    
    * Changed Build Function Call to fix type difference (#1029)
    
    * fixing test for published attribute (#1030)
    
    * No jira: fixing up a few acceptance tests (#1031)
    
    * fixed journey segment update
    
    * Adding check to journey segment tests to validate is feature is supported
    
    * preventing panic in export helper function
    
    * Adding sleep to milestone data source test
    
    * Cleaning up fmt.Print statements appearing in export tests
    
    * undoing changes to segment resource file
    
    * Fix routing queue (#1028)
    
    * README update (#1025)
    
    * Pre-verify if the tfState is in sync with the exporter (#1027)
    
    * Add state comapartors
    
    * Upddate review comments
    
    * Devtooling-591: Consistency Checker Refactor (#1032)
    
    * Moved where consistency checker is created in resources
    
    * Cleaned up consitency checker file
    
    * Added resource name to message
    
    * Conditionally adding name
    
    * Made requested changes
    
    * Feature/devtooling 589 1 (#1035)
    
    * update doc
    
    * fix reviews
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    Co-authored-by: ben-howarth-genesys <[email protected]>
    Co-authored-by: monishapadmavathi <[email protected]>
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    Co-authored-by: jenissabarrera <[email protected]>
    Co-authored-by: Taisuk Choi <[email protected]>
    
    * NO-JIRA: Fixing nil pointer in consistency checker (#1041)
    
    * Fixed nil pointer in consistency checker
    
    * Fixed a few more nil pointers
    
    * Fixing nil pointer (#1045)
    
    * merged with dev
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    Co-authored-by: ben-howarth-genesys <[email protected]>
    Co-authored-by: monishapadmavathi <[email protected]>
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    Co-authored-by: jenissabarrera <[email protected]>
    Co-authored-by: Taisuk Choi <[email protected]>
    13 people authored May 20, 2024
    Configuration menu
    Copy the full SHA
    e052b97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7241738 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    2e2847b View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

  1. Configuration menu
    Copy the full SHA
    263568b View commit details
    Browse the repository at this point in the history
  2. Refactor/devtooling 395 (#1044)

    * refactor/DEVTOOLING-395 - adding architect_schedules package
    
    * Addressed PR comments
    
    * added caching in schedules
    sureshperiyappan authored May 24, 2024
    Configuration menu
    Copy the full SHA
    acb60f7 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Report Generation & testcase fix (#1051)

    * Report generation
    
    generate report
    
    generate report
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    * fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    * fix report
    
    * fix report
    
    * fix tests
    
    fix tests
    
    * Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 (#1047)
    
    Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.33.0 to 2.34.0.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-sdk@v2.33.0...v2.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bug/devtooling 287 temp disable cchecker (#1037)
    
    * removed consistency checker
    
    * changed DID number
    
    * phoneUpdated
    
    * Merging dev to main for v1.38.0 (#1036)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    * Feat/add flow log level resource (#948)
    
    * add code changes
    
    * add flow log level changes
    
    * testing commit
    
    * getting there, have a create test together
    
    * still trying to get a passing test
    
    * tests have passed! but getting the plan was not empty errors now
    
    * flow log level test
    
    * finally got tests passing
    
    * remove debug logging
    
    * rerun go generate
    
    * rerun go generate
    
    * apply suggestions from PR review
    
    * address PR review
    
    * remove characteristics
    
    * address PR comments
    
    * return total flow log levels when no more are found
    
    ---------
    
    Co-authored-by: dginty4 <[email protected]>
    
    * NO-JIRA: Small Change to flow log level (#984)
    
    * Small Change to flow log level
    
    * Fixing typo
    
    * Merge hotfix changes on main into dev (#983)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a80.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1 (#992)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.18.0 to 0.19.1.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-docs@v0.18.0...v0.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * rerunning go generate after tf-docs package upgrade
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * Devtooling 432: Conditonal Group Routing (#970)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Added CGR and toggle
    
    * Fixed some errors
    
    * Added queue proxy to CGR
    
    * Added toggle to get all
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Ran linter
    
    * Checking queue id in tests
    
    * Small change
    
    * bug/Devtooling-458: media retention policy creation failing with error on time interval (#980)
    
    * added checks
    
    * Checks for time interval attributes
    
    * Fixing TimeInterval
    
    * Added BuildFunc for timeInterval
    
    * Added returned errors for invalid time Interval
    
    * Fixed buildFunctions
    
    * Generate Docs
    
    * Fixed exporter
    
    * Getting rid of go vet warning about copying a lock value to a variable (#991)
    
    * No jira: util function for getting cursor value from next uri  (#990)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a80.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    * Made function for parsing cursor from next uri
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix acceptance tests (#979)
    
    * fix acceptance test
    
    fix test
    
    fix test
    
    fix test
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix tests
    
    fix tests
    
    restore files
    
    fix team test
    
    * fix comments
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    * fix conditional routing test
    
    fix conditional routing test
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    
    * Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (#995)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/setup-terraform@v3.0.0...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Improvise exclude attributes to Regex (#988)
    
    * Fix Media call back Read Attributes (#987)
    
    * DEVTOOLING-445: User Roles not returning duplicate roles (#989)
    
    * NO-JIRA-Upgrading-Go-SDK
    
    * Fixed errors
    
    * Fixed conditional group routing
    
    * Fixed some tests
    
    * feat/Devtooling 496: Routing queue Outbound email address independent resource (#954)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Added evaluated_queue_id
    
    * Fixed some things
    
    * Added CGR and toggle
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Routing queue outbound email address package
    
    * Made changes
    
    * Added tests
    
    * Added more to test
    
    * Fixed test
    
    * Finished resource
    
    * Finished resource
    
    * Made some requested changes
    
    * Added feature toggle stuff
    
    * Added feature toggle
    
    * Made changes
    
    * Fixing change in queue exporter
    
    ---------
    
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    
    * bug/devtooling-498: [CX as Code] genesyscloud_outbound_settings export contains only null data (#996)
    
    * Fixing null export
    
    * Fixing Test
    
    * Added check for export
    
    * Added attribute and fixed test
    
    * Removed Computed attribute
    
    * Added check for reschedule_time_zone_skipped_contacts in test
    
    * Update Export Guide (#971)
    
    * update export uide
    
    * update tf_export.md and resource.tf
    
    * cross check resource.tf and schema, add missing attributes
    
    * update
    
    * update export.md.tmp
    
    * Removed duplicate paragraph and ran go generate
    
    ---------
    
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * NO-JIRA: Fixing dev (#1000)
    
    * Fixing dev
    
    * Fixes some errors
    
    * Fixing flow outcome description (#998)
    
    * Devtooling 561 - Members not being added correctly to teams (#1001)
    
    * Fixed bug
    
    * Fixed problem deleting members
    
    * Removed print
    
    * Fix Version Problem in WebDeployments (#997)
    
    * Fix Version Problem in WebDeployments
    
    * Add test cases
    
    * Fix review comments
    
    * no jira: Fixing merge conflicts on dev branch  (#1009)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a80.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2 (#1008)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.19.1 to 0.19.2.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-docs@v0.19.1...v0.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * ran go generate
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * DEVTOOLING-352 - provider oauth credential rate limit exceeded (#1004)
    
    * Testing something
    
    * Adding retry
    
    * Fixed retry
    
    * Moved functionality to retries package
    
    * Fixed inport cycle
    
    * Extending sleep
    
    * Added retry to AuthorizeSdk
    
    * Using with retries
    
    * Remving old function
    
    * Feat/devtooling 461 - WithRetries errors include improved logging (#1012)
    
    * calling diag func
    
    * Changed retryable functions to call Diagnostic function
    
    * Converted all withRetries errors to have improved wrapper
    
    * Made requested Changes
    
    * fixing unit test
    
    * Bump golang.org/x/net from 0.23.0 to 0.25.0 (#1017)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.25.0.
    - [Commits](golang/net@v0.23.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Fix for issue 993 : Changed message_column to optional and add verification logic (#1013)
    
    * Changed message_column to optional and add verification logic
    
    * applied safer nil value handling
    
    * go generate (#1018)
    
    * bug/devtooling 560 - Nil error in telephony_providers_edges_phone (#1015)
    
    * Removed Print Statement that throws Nil error and added random id to test to prevent failing
    
    * golint changes made
    
    * Revert "bug/devtooling 560 - Nil error in telephony_providers_edges_phone (#1…" (#1019)
    
    This reverts commit 3ff66d4.
    
    * bug/devtooling 560 - CX as Code crash when creating phones (#1020)
    
    * Removed Print Statement that throws Nil error and added random id to test to prevent failing
    
    * golint changes made
    
    * Made requested Change
    
    * feat/devtooling 579 - Improved Logging for Non-API errors (#1021)
    
    * Adding improved non-api diag errors
    
    * Pulling Merged PR
    
    * Added improved error
    
    * Added more logging
    
    * Ran go vet
    
    * Updated docs
    
    * Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 (#1024)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/setup-terraform@v3.1.0...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * bug/devtooling 362 - Evaluation forms incorrectly assigning published attribute (#1022)
    
    * Correctly sets published feature
    
    * Added functionality to set published field correctly
    
    * Fixed docs
    
    * Bug/devtooling 444: Custom resolver function for outbound campaign script_id (#1014)
    
    * Resolving campaign script_id to default outbound script data source when appropriate
    
    * Created constants package
    
    * editing scripts proxy so that the datasource catches Default scripts
    
    * Finished writing tests for new campaign field custom resolver
    
    * Fixed linting errors in campaigns package
    
    * implemented caching for campaigns exporter
    
    * minor changes to a comment
    
    * Add deleteCacheItem func + some refactoring work
    
    * Refactoring call to resolveToDataSource function and added unit test
    
    * Fixing script data source test
    
    * Bump github.com/nyaruka/phonenumbers from 1.3.4 to 1.3.5 (#1026)
    
    Bumps [github.com/nyaruka/phonenumbers](https://github.com/nyaruka/phonenumbers) from 1.3.4 to 1.3.5.
    - [Release notes](https://github.com/nyaruka/phonenumbers/releases)
    - [Changelog](https://github.com/nyaruka/phonenumbers/blob/main/CHANGELOG.md)
    - [Commits](nyaruka/phonenumbers@v1.3.4...v1.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/nyaruka/phonenumbers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Devtooling-162: Refactored idp salesforce (#999)
    
    * Refactored idp salesforce
    
    * Fixing docs
    
    * Changed function name
    
    * Removed original file
    
    * Changed Build Function Call to fix type difference (#1029)
    
    * fixing test for published attribute (#1030)
    
    * No jira: fixing up a few acceptance tests (#1031)
    
    * fixed journey segment update
    
    * Adding check to journey segment tests to validate is feature is supported
    
    * preventing panic in export helper function
    
    * Adding sleep to milestone data source test
    
    * Cleaning up fmt.Print statements appearing in export tests
    
    * undoing changes to segment resource file
    
    * Fix routing queue (#1028)
    
    * README update (#1025)
    
    * Pre-verify if the tfState is in sync with the exporter (#1027)
    
    * Add state comapartors
    
    * Upddate review comments
    
    * Devtooling-591: Consistency Checker Refactor (#1032)
    
    * Moved where consistency checker is created in resources
    
    * Cleaned up consitency checker file
    
    * Added resource name to message
    
    * Conditionally adding name
    
    * Made requested changes
    
    * Feature/devtooling 589 1 (#1035)
    
    * update doc
    
    * fix reviews
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    Co-authored-by: ben-howarth-genesys <[email protected]>
    Co-authored-by: monishapadmavathi <[email protected]>
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    Co-authored-by: jenissabarrera <[email protected]>
    Co-authored-by: Taisuk Choi <[email protected]>
    
    * NO-JIRA: Fixing nil pointer in consistency checker (#1041)
    
    * Fixed nil pointer in consistency checker
    
    * Fixed a few more nil pointers
    
    * Fixing nil pointer (#1045)
    
    * merged with dev
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    Co-authored-by: ben-howarth-genesys <[email protected]>
    Co-authored-by: monishapadmavathi <[email protected]>
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    Co-authored-by: jenissabarrera <[email protected]>
    Co-authored-by: Taisuk Choi <[email protected]>
    
    * Fixing up provider docs (#1046)
    
    * fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    Co-authored-by: ben-howarth-genesys <[email protected]>
    Co-authored-by: jenissabarrera <[email protected]>
    Co-authored-by: Taisuk Choi <[email protected]>
    13 people authored May 27, 2024
    Configuration menu
    Copy the full SHA
    c5707a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    079f75d View commit details
    Browse the repository at this point in the history
  3. Devtooling 604: Infinite loop retrieving knowledge documents (#1053)

    * DEVTOOLING-282
    
    * Adding log message indicating we're hitting the specific scenario for which the integration no longer exist
    
    * working around cycling dependencies per charliecon recommendation
    
    * adding implementation function getIntegrationByIdFn
    
    * Export integration credential only if it matches the expected format - DEVTOOLING-310
    
    * infite loop bugfix
    
    ---------
    
    Co-authored-by: Will <[email protected]>
    willjeuniaux-genesys and williamjeuniaux authored May 27, 2024
    Configuration menu
    Copy the full SHA
    254254d View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Feat/COBROWSE-2404 add cobrowse config field (#1054)

    * made changes similar to what Mateusz did for other fields
    
    * updated version
    
    * mod and sum fix
    
    ---------
    
    Co-authored-by: ivan <[email protected]>
    Anpeople and ivan authored May 28, 2024
    Configuration menu
    Copy the full SHA
    ee0171b View commit details
    Browse the repository at this point in the history
  2. No jira: Fixing dev with go generate & go mod tidy (#1057)

    * Fixed go.mod + removed refs to old sdk version
    
    * Small refactoring + go generate
    charliecon authored May 28, 2024
    Configuration menu
    Copy the full SHA
    1e7802b View commit details
    Browse the repository at this point in the history
  3. DEVTOOLING-592: Changed team members logic (#1055)

    * Changed team members logic
    
    * moved function
    
    * Updated docs
    
    * Updated docs
    
    * Updated docs
    
    * Updated docs
    
    * Rand go generate
    dginty4 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    976b4f0 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/nyaruka/phonenumbers from 1.3.5 to 1.3.6 (#1056)

    Bumps [github.com/nyaruka/phonenumbers](https://github.com/nyaruka/phonenumbers) from 1.3.5 to 1.3.6.
    - [Release notes](https://github.com/nyaruka/phonenumbers/releases)
    - [Changelog](https://github.com/nyaruka/phonenumbers/blob/main/CHANGELOG.md)
    - [Commits](nyaruka/phonenumbers@v1.3.5...v1.3.6)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/nyaruka/phonenumbers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 28, 2024
    Configuration menu
    Copy the full SHA
    8e09d9a View commit details
    Browse the repository at this point in the history
  5. Feat/devtooling-477: Site Outbound Routes Resource (#1048)

    * Moving outbound routes to own package
    
    * Continued with outbound routes
    
    * Finished outboudn routes resource
    
    * Ran linter and added exporter
    
    * Added api to doc
    
    * Added caching
    
    * Fixed small bug
    
    * Made requested changes
    
    * Fixed go version
    dginty4 authored May 28, 2024
    Configuration menu
    Copy the full SHA
    37a0b86 View commit details
    Browse the repository at this point in the history
  6. No jira: fix dev (#1059)

    * removed ref to old sdk
    
    * logging outbound route export error instead of failing
    charliecon authored May 28, 2024
    Configuration menu
    Copy the full SHA
    a91979c View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Bump github.com/hashicorp/terraform-plugin-docs from 0.19.2 to 0.19.3 (

    …#1062)
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.19.2 to 0.19.3.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-docs@v0.19.2...v0.19.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 30, 2024
    Configuration menu
    Copy the full SHA
    3541827 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Cache for Data Sources (#1064)

    * Cache for Data Sources
    
    * fix context issue during actual run
    HemanthDogiparthi12 authored Jun 4, 2024
    Configuration menu
    Copy the full SHA
    1e61d26 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. DEVTOOLING-603: Media recording poilicies missing from export (#1063)

    * Caling api manually instead of using sdk
    
    * Small change to data source
    dginty4 authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    ed6e6b7 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/net from 0.25.0 to 0.26.0 (#1072)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.26.0.
    - [Commits](golang/net@v0.25.0...v0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    2765aa1 View commit details
    Browse the repository at this point in the history
  3. Bump github.com/hashicorp/terraform-plugin-docs from 0.19.3 to 0.19.4 (

    …#1073)
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.19.3 to 0.19.4.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-docs@v0.19.3...v0.19.4)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 5, 2024
    Configuration menu
    Copy the full SHA
    36fda54 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Feat/devtooling 610 (#1065)

    * added data source for routing email route
    
    * added data source files
    
    * changes for name to pattern
    
    * updated docs
    
    * conflicts resolved
    
    * comments resolved for feat/DEVTOOLING-610
    shrutisuryawanshigenesys authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    be240e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3d5c01 View commit details
    Browse the repository at this point in the history
  3. Fixing test (#1074)

    dginty4 authored Jun 6, 2024
    Configuration menu
    Copy the full SHA
    1745602 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. Refactor/devtooling 156 (#1060)

    * idp_adfs refactoring
    
    * made changes for the getalladfs func
    
    * error handling changes
    
    * changes done according to unrefractor resource
    
    * changes return type
    
    * did changes for test idp_adfs
    
    * bug fixes
    
    * resolved comments
    
    * resolved comments
    
    * resolved comments
    shrutisuryawanshigenesys authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d681c87 View commit details
    Browse the repository at this point in the history
  2. Bug/devtooling 584 (#1071)

    * Cache for Data Sources
    
    * fix context issue during actual run
    
    * pushing changes
    
    * removed debugging logger
    
    * addressed PR changes
    
    * updated note
    
    * resolved merge conflicts
    
    ---------
    
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    3 people authored Jun 7, 2024
    Configuration menu
    Copy the full SHA
    d244e6a View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    37df85e View commit details
    Browse the repository at this point in the history
  2. [JM-1457]: Add resource for journey views (#1067)

    * Merging dev to main for v1.39.0 (#1061)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    * Feat/add flow log level resource (#948)
    
    * add code changes
    
    * add flow log level changes
    
    * testing commit
    
    * getting there, have a create test together
    
    * still trying to get a passing test
    
    * tests have passed! but getting the plan was not empty errors now
    
    * flow log level test
    
    * finally got tests passing
    
    * remove debug logging
    
    * rerun go generate
    
    * rerun go generate
    
    * apply suggestions from PR review
    
    * address PR review
    
    * remove characteristics
    
    * address PR comments
    
    * return total flow log levels when no more are found
    
    ---------
    
    Co-authored-by: dginty4 <[email protected]>
    
    * NO-JIRA: Small Change to flow log level (#984)
    
    * Small Change to flow log level
    
    * Fixing typo
    
    * Merge hotfix changes on main into dev (#983)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1 (#992)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.18.0 to 0.19.1.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.18.0...v0.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * rerunning go generate after tf-docs package upgrade
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * Devtooling 432: Conditonal Group Routing (#970)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Added CGR and toggle
    
    * Fixed some errors
    
    * Added queue proxy to CGR
    
    * Added toggle to get all
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Ran linter
    
    * Checking queue id in tests
    
    * Small change
    
    * bug/Devtooling-458: media retention policy creation failing with error on time interval (#980)
    
    * added checks
    
    * Checks for time interval attributes
    
    * Fixing TimeInterval
    
    * Added BuildFunc for timeInterval
    
    * Added returned errors for invalid time Interval
    
    * Fixed buildFunctions
    
    * Generate Docs
    
    * Fixed exporter
    
    * Getting rid of go vet warning about copying a lock value to a variable (#991)
    
    * No jira: util function for getting cursor value from next uri  (#990)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    * Made function for parsing cursor from next uri
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix acceptance tests (#979)
    
    * fix acceptance test
    
    fix test
    
    fix test
    
    fix test
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix tests
    
    fix tests
    
    restore files
    
    fix team test
    
    * fix comments
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    * fix conditional routing test
    
    fix conditional routing test
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    
    * Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (#995)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/setup-terraform/compare/v3.0.0...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Improvise exclude attributes to Regex (#988)
    
    * Fix Media call back Read Attributes (#987)
    
    * DEVTOOLING-445: User Roles not returning duplicate roles (#989)
    
    * NO-JIRA-Upgrading-Go-SDK
    
    * Fixed errors
    
    * Fixed conditional group routing
    
    * Fixed some tests
    
    * feat/Devtooling 496: Routing queue Outbound email address independent resource (#954)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Added evaluated_queue_id
    
    * Fixed some things
    
    * Added CGR and toggle
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Routing queue outbound email address package
    
    * Made changes
    
    * Added tests
    
    * Added more to test
    
    * Fixed test
    
    * Finished resource
    
    * Finished resource
    
    * Made some requested changes
    
    * Added feature toggle stuff
    
    * Added feature toggle
    
    * Made changes
    
    * Fixing change in queue exporter
    
    ---------
    
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    
    * bug/devtooling-498: [CX as Code] genesyscloud_outbound_settings export contains only null data (#996)
    
    * Fixing null export
    
    * Fixing Test
    
    * Added check for export
    
    * Added attribute and fixed test
    
    * Removed Computed attribute
    
    * Added check for reschedule_time_zone_skipped_contacts in test
    
    * Update Export Guide (#971)
    
    * update export uide
    
    * update tf_export.md and resource.tf
    
    * cross check resource.tf and schema, add missing attributes
    
    * update
    
    * update export.md.tmp
    
    * Removed duplicate paragraph and ran go generate
    
    ---------
    
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * NO-JIRA: Fixing dev (#1000)
    
    * Fixing dev
    
    * Fixes some errors
    
    * Fixing flow outcome description (#998)
    
    * Devtooling 561 - Members not being added correctly to teams (#1001)
    
    * Fixed bug
    
    * Fixed problem deleting members
    
    * Removed print
    
    * Fix Version Problem in WebDeployments (#997)
    
    * Fix Version Problem in WebDeployments
    
    * Add test cases
    
    * Fix review comments
    
    * no jira: Fixing merge conflicts on dev branch  (#1009)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2 (#1008)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.19.1 to 0.19.2.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.19.1...v0.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * ran go generate
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * DEVTOOLING-352 - provider oauth credential rate limit exceeded (#1004)
    
    * Testing something
    
    * Adding retry
    
    * Fixed retry
    
    * Moved functionality to retries package
    
    * Fixed inport cycle
    
    * Extending sleep
    
    * Added retry to AuthorizeSdk
    
    * Using with retries
    
    * Remving old function
    
    * Feat/devtooling 461 - WithRetries errors include improved logging (#1012)
    
    * calling diag func
    
    * Changed retryable functions to call Diagnostic function
    
    * Converted all withRetries errors to have improved wrapper
    
    * Made requested Changes
    
    * fixing unit test
    
    * Bump golang.org/x/net from 0.23.0 to 0.25.0 (#1017)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.25.0.
    - [Commits](https://github.com/golang/net/compare/v0.23.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Fix for issue 993 : Changed message_column to optional and add verification logic (#1013)
    
    * Changed message_column to optional and add verification logic
    
    * applied safer nil value handling
    
    * go generate (#1018)
    
    * bug/devtooling 560 - Nil error in telephony_providers_edges_phone (#1015)
    
    * Removed Print Statement that throws Nil error and added random id to test to prevent failing
    
    * golint changes made
    
    * Revert "bug/devtooling 560 - Nil error in telephony_providers_edges_phone (#1…" (#1019)
    
    This reverts commit 3ff66d472071905b18b4f66f6ee4b3d3725600e7.
    
    * bug/devtooling 560 - CX as Code crash when creating phones (#1020)
    
    * Removed Print Statement that throws Nil error and added random id to test to prevent failing
    
    * golint changes made
    
    * Made requested Change
    
    * feat/devtooling 579 - Improved Logging for Non-API errors (#1021)
    
    * Adding improved non-api diag errors
    
    * Pulling Merged PR
    
    * Added improved error
    
    * Added more logging
    
    * Ran go vet
    
    * Updated docs
    
    * Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 (#1024)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/setup-terraform/compare/v3.1.0...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * bug/devtooling 362 - Evaluation forms incorrectly assigning published attribute (#1022)
    
    * Correctly sets published feature
    
    * Added functionality to set published field correctly
    
    * Fixed docs
    
    * Bug/devtooling 444: Custom resolver function for outbound campaign script_id (#1014)
    
    * Resolving campaign script_id to default outbound script data source when appropriate
    
    * Created constants package
    
    * editing scripts proxy so that the datasource catches Default scripts
    
    * Finished writing tests for new campaign field custom resolver
    
    * Fixed linting errors in campaigns package
    
    * implemented caching for campaigns exporter
    
    * minor changes to a comment
    
    * Add deleteCacheItem func + some refactoring work
    
    * Refactoring call to resolveToDataSource function and added unit test
    
    * Fixing script data source test
    
    * Bump github.com/nyaruka/phonenumbers from 1.3.4 to 1.3.5 (#1026)
    
    Bumps [github.com/nyaruka/phonenumbers](https://github.com/nyaruka/phonenumbers) from 1.3.4 to 1.3.5.
    - [Release notes](https://github.com/nyaruka/phonenumbers/releases)
    - [Changelog](https://github.com/nyaruka/phonenumbers/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/nyaruka/phonenumbers/compare/v1.3.4...v1.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/nyaruka/phonenumbers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Devtooling-162: Refactored idp salesforce (#999)
    
    * Refactored idp salesforce
    
    * Fixing docs
    
    * Changed function name
    
    * Removed original file
    
    * Changed Build Function Call to fix type difference (#1029)
    
    * fixing test for published attribute (#1030)
    
    * No jira: fixing up a few acceptance tests (#1031)
    
    * fixed journey segment update
    
    * Adding check to journey segment tests to validate is feature is supported
    
    * preventing panic in export helper function
    
    * Adding sleep to milestone data source test
    
    * Cleaning up fmt.Print statements appearing in export tests
    
    * undoing changes to segment resource file
    
    * Fix routing queue (#1028)
    
    * README update (#1025)
    
    * Pre-verify if the tfState is in sync with the exporter (#1027)
    
    * Add state comapartors
    
    * Upddate review comments
    
    * Devtooling-591: Consistency Checker Refactor (#1032)
    
    * Moved where consistency checker is created in resources
    
    * Cleaned up consitency checker file
    
    * Added resource name to message
    
    * Conditionally adding name
    
    * Made requested changes
    
    * Feature/devtooling 589 1 (#1035)
    
    * update doc
    
    * fix reviews
    
    * Fix acceptance tests - TCA and Prod (#1033)
    
    * Fix edge,export,script test,Jenkin to run tca&prod
    
    * Fix export & integration tests
    
    * Fix auth tests
    
    Fix auth tests
    
    * fix tests
    
    * resolve conflicts
    
    * move assignregion func, remove commented function
    
    modify to return empty string - assignregion func
    
    return default region
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    
    * Bug/devtooling 597 - Routing email route test failing  (#1039)
    
    * Added call to cleanup function
    
    * linter
    
    * adding hotfix to pr labeler config file (#1042)
    
    * bug/DEVTOOLING-436 - Added cleanup function for webdeployments resources (#1038)
    
    * Added cleanup function for webdeployments resources
    
    * fixing conflict
    
    * Made requested changes
    
    * Made requested changes
    
    * Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 (#1047)
    
    Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.33.0 to 2.34.0.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/terraform-plugin-sdk/compare/v2.33.0...v2.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bug/devtooling 287 temp disable cchecker (#1037)
    
    * removed consistency checker
    
    * changed DID number
    
    * phoneUpdated
    
    * Merging dev to main for v1.38.0 (#1036)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    * Feat/add flow log level resource (#948)
    
    * add code changes
    
    * add flow log level changes
    
    * testing commit
    
    * getting there, have a create test together
    
    * still trying to get a passing test
    
    * tests have passed! but getting the plan was not empty errors now
    
    * flow log level test
    
    * finally got tests passing
    
    * remove debug logging
    
    * rerun go generate
    
    * rerun go generate
    
    * apply suggestions from PR review
    
    * address PR review
    
    * remove characteristics
    
    * address PR comments
    
    * return total flow log levels when no more are found
    
    ---------
    
    Co-authored-by: dginty4 <[email protected]>
    
    * NO-JIRA: Small Change to flow log level (#984)
    
    * Small Change to flow log level
    
    * Fixing typo
    
    * Merge hotfix changes on main into dev (#983)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1 (#992)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.18.0 to 0.19.1.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.18.0...v0.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * rerunning go generate after tf-docs package upgrade
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * Devtooling 432: Conditonal Group Routing (#970)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Added CGR and toggle
    
    * Fixed some errors
    
    * Added queue proxy to CGR
    
    * Added toggle to get all
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Ran linter
    
    * Checking queue id in tests
    
    * Small change
    
    * bug/Devtooling-458: media retention policy creation failing with error on time interval (#980)
    
    * added checks
    
    * Checks for time interval attributes
    
    * Fixing TimeInterval
    
    * Added BuildFunc for timeInterval
    
    * Added returned errors for invalid time Interval
    
    * Fixed buildFunctions
    
    * Generate Docs
    
    * Fixed exporter
    
    * Getting rid of go vet warning about copying a lock value to a variable (#991)
    
    * No jira: util function for getting cursor value from next uri  (#990)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    * Made function for parsing cursor from next uri
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix acceptance tests (#979)
    
    * fix acceptance test
    
    fix test
    
    fix test
    
    fix test
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix tests
    
    fix tests
    
    restore files
    
    fix team test
    
    * fix comments
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    * fix conditional routing test
    
    fix conditional routing test
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    
    * Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (#995)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/setup-terraform/compare/v3.0.0...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Improvise exclude attributes to Regex (#988)
    
    * Fix Media call back Read Attributes (#987)
    
    * DEVTOOLING-445: User Roles not returning duplicate roles (#989)
    
    * NO-JIRA-Upgrading-Go-SDK
    
    * Fixed errors
    
    * Fixed conditional group routing
    
    * Fixed some tests
    
    * feat/Devtooling 496: Routing queue Outbound email address independent resource (#954)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Added evaluated_queue_id
    
    * Fixed some things
    
    * Added CGR and toggle
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Routing queue outbound email address package
    
    * Made changes
    
    * Added tests
    
    * Added more to test
    
    * Fixed test
    
    * Finished resource
    
    * Finished resource
    
    * Made some requested changes
    
    * Added feature toggle stuff
    
    * Added feature toggle
    
    * Made changes
    
    * Fixing change in queue exporter
    
    ---------
    
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    
    * bug/devtooling-498: [CX as Code] genesyscloud_outbound_settings export contains only null data (#996)
    
    * Fixing null export
    
    * Fixing Test
    
    * Added check for export
    
    * Added attribute and fixed test
    
    * Removed Computed attribute
    
    * Added check for reschedule_time_zone_skipped_contacts in test
    
    * Update Export Guide (#971)
    
    * update export uide
    
    * update tf_export.md and resource.tf
    
    * cross check resource.tf and schema, add missing attributes
    
    * update
    
    * update export.md.tmp
    
    * Removed duplicate paragraph and ran go generate
    
    ---------
    
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * NO-JIRA: Fixing dev (#1000)
    
    * Fixing dev
    
    * Fixes some errors
    
    * Fixing flow outcome description (#998)
    
    * Devtooling 561 - Members not being added correctly to teams (#1001)
    
    * Fixed bug
    
    * Fixed problem deleting members
    
    * Removed print
    
    * Fix Version Problem in WebDeployments (#997)
    
    * Fix Version Problem in WebDeployments
    
    * Add test cases
    
    * Fix review comments
    
    * no jira: Fixing merge conflicts on dev branch  (#1009)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to rou…
    20 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e188144 View commit details
    Browse the repository at this point in the history
  3. Fixes #1078 (#1079)

    charliecon authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6dd0410 View commit details
    Browse the repository at this point in the history
  4. Coverage Report and fixing tests (#1080)

    * Report generation
    
    generate report
    
    generate report
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    * fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    * fix report
    
    * fix report
    
    * fix tests
    
    fix tests
    
    * Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 (#1047)
    
    Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.33.0 to 2.34.0.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-sdk@v2.33.0...v2.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bug/devtooling 287 temp disable cchecker (#1037)
    
    * removed consistency checker
    
    * changed DID number
    
    * phoneUpdated
    
    * Merging dev to main for v1.38.0 (#1036)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    * Feat/add flow log level resource (#948)
    
    * add code changes
    
    * add flow log level changes
    
    * testing commit
    
    * getting there, have a create test together
    
    * still trying to get a passing test
    
    * tests have passed! but getting the plan was not empty errors now
    
    * flow log level test
    
    * finally got tests passing
    
    * remove debug logging
    
    * rerun go generate
    
    * rerun go generate
    
    * apply suggestions from PR review
    
    * address PR review
    
    * remove characteristics
    
    * address PR comments
    
    * return total flow log levels when no more are found
    
    ---------
    
    Co-authored-by: dginty4 <[email protected]>
    
    * NO-JIRA: Small Change to flow log level (#984)
    
    * Small Change to flow log level
    
    * Fixing typo
    
    * Merge hotfix changes on main into dev (#983)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a80.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1 (#992)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.18.0 to 0.19.1.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-docs@v0.18.0...v0.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * rerunning go generate after tf-docs package upgrade
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * Devtooling 432: Conditonal Group Routing (#970)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Added CGR and toggle
    
    * Fixed some errors
    
    * Added queue proxy to CGR
    
    * Added toggle to get all
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Ran linter
    
    * Checking queue id in tests
    
    * Small change
    
    * bug/Devtooling-458: media retention policy creation failing with error on time interval (#980)
    
    * added checks
    
    * Checks for time interval attributes
    
    * Fixing TimeInterval
    
    * Added BuildFunc for timeInterval
    
    * Added returned errors for invalid time Interval
    
    * Fixed buildFunctions
    
    * Generate Docs
    
    * Fixed exporter
    
    * Getting rid of go vet warning about copying a lock value to a variable (#991)
    
    * No jira: util function for getting cursor value from next uri  (#990)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a80.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    * Made function for parsing cursor from next uri
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix acceptance tests (#979)
    
    * fix acceptance test
    
    fix test
    
    fix test
    
    fix test
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix tests
    
    fix tests
    
    restore files
    
    fix team test
    
    * fix comments
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    * fix conditional routing test
    
    fix conditional routing test
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    
    * Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (#995)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/setup-terraform@v3.0.0...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Improvise exclude attributes to Regex (#988)
    
    * Fix Media call back Read Attributes (#987)
    
    * DEVTOOLING-445: User Roles not returning duplicate roles (#989)
    
    * NO-JIRA-Upgrading-Go-SDK
    
    * Fixed errors
    
    * Fixed conditional group routing
    
    * Fixed some tests
    
    * feat/Devtooling 496: Routing queue Outbound email address independent resource (#954)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Added evaluated_queue_id
    
    * Fixed some things
    
    * Added CGR and toggle
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Routing queue outbound email address package
    
    * Made changes
    
    * Added tests
    
    * Added more to test
    
    * Fixed test
    
    * Finished resource
    
    * Finished resource
    
    * Made some requested changes
    
    * Added feature toggle stuff
    
    * Added feature toggle
    
    * Made changes
    
    * Fixing change in queue exporter
    
    ---------
    
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    
    * bug/devtooling-498: [CX as Code] genesyscloud_outbound_settings export contains only null data (#996)
    
    * Fixing null export
    
    * Fixing Test
    
    * Added check for export
    
    * Added attribute and fixed test
    
    * Removed Computed attribute
    
    * Added check for reschedule_time_zone_skipped_contacts in test
    
    * Update Export Guide (#971)
    
    * update export uide
    
    * update tf_export.md and resource.tf
    
    * cross check resource.tf and schema, add missing attributes
    
    * update
    
    * update export.md.tmp
    
    * Removed duplicate paragraph and ran go generate
    
    ---------
    
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * NO-JIRA: Fixing dev (#1000)
    
    * Fixing dev
    
    * Fixes some errors
    
    * Fixing flow outcome description (#998)
    
    * Devtooling 561 - Members not being added correctly to teams (#1001)
    
    * Fixed bug
    
    * Fixed problem deleting members
    
    * Removed print
    
    * Fix Version Problem in WebDeployments (#997)
    
    * Fix Version Problem in WebDeployments
    
    * Add test cases
    
    * Fix review comments
    
    * no jira: Fixing merge conflicts on dev branch  (#1009)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a80.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](golang/net@v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2 (#1008)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.19.1 to 0.19.2.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/terraform-plugin-docs@v0.19.1...v0.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * ran go generate
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * DEVTOOLING-352 - provider oauth credential rate limit exceeded (#1004)
    
    * Testing something
    
    * Adding retry
    
    * Fixed retry
    
    * Moved functionality to retries package
    
    * Fixed inport cycle
    
    * Extending sleep
    
    * Added retry to AuthorizeSdk
    
    * Using with retries
    
    * Remving old function
    
    * Feat/devtooling 461 - WithRetries errors include improved logging (#1012)
    
    * calling diag func
    
    * Changed retryable functions to call Diagnostic function
    
    * Converted all withRetries errors to have improved wrapper
    
    * Made requested Changes
    
    * fixing unit test
    
    * Bump golang.org/x/net from 0.23.0 to 0.25.0 (#1017)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.25.0.
    - [Commits](golang/net@v0.23.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Fix for issue 993 : Changed message_column to optional and add verification logic (#1013)
    
    * Changed message_column to optional and add verification logic
    
    * applied safer nil value handling
    
    * go generate (#1018)
    
    * bug/devtooling 560 - Nil error in telephony_providers_edges_phone (#1015)
    
    * Removed Print Statement that throws Nil error and added random id to test to prevent failing
    
    * golint changes made
    
    * Revert "bug/devtooling 560 - Nil error in telephony_providers_edges_phone (#1…" (#1019)
    
    This reverts commit 3ff66d4.
    
    * bug/devtooling 560 - CX as Code crash when creating phones (#1020)
    
    * Removed Print Statement that throws Nil error and added random id to test to prevent failing
    
    * golint changes made
    
    * Made requested Change
    
    * feat/devtooling 579 - Improved Logging for Non-API errors (#1021)
    
    * Adding improved non-api diag errors
    
    * Pulling Merged PR
    
    * Added improved error
    
    * Added more logging
    
    * Ran go vet
    
    * Updated docs
    
    * Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 (#1024)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/setup-terraform@v3.1.0...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * bug/devtooling 362 - Evaluation forms incorrectly assigning published attribute (#1022)
    
    * Correctly sets published feature
    
    * Added functionality to set published field correctly
    
    * Fixed docs
    
    * Bug/devtooling 444: Custom resolver function for outbound campaign script_id (#1014)
    
    * Resolving campaign script_id to default outbound script data source when appropriate
    
    * Created constants package
    
    * editing scripts proxy so that the datasource catches Default scripts
    
    * Finished writing tests for new campaign field custom resolver
    
    * Fixed linting errors in campaigns package
    
    * implemented caching for campaigns exporter
    
    * minor changes to a comment
    
    * Add deleteCacheItem func + some refactoring work
    
    * Refactoring call to resolveToDataSource function and added unit test
    
    * Fixing script data source test
    
    * Bump github.com/nyaruka/phonenumbers from 1.3.4 to 1.3.5 (#1026)
    
    Bumps [github.com/nyaruka/phonenumbers](https://github.com/nyaruka/phonenumbers) from 1.3.4 to 1.3.5.
    - [Release notes](https://github.com/nyaruka/phonenumbers/releases)
    - [Changelog](https://github.com/nyaruka/phonenumbers/blob/main/CHANGELOG.md)
    - [Commits](nyaruka/phonenumbers@v1.3.4...v1.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/nyaruka/phonenumbers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Devtooling-162: Refactored idp salesforce (#999)
    
    * Refactored idp salesforce
    
    * Fixing docs
    
    * Changed function name
    
    * Removed original file
    
    * Changed Build Function Call to fix type difference (#1029)
    
    * fixing test for published attribute (#1030)
    
    * No jira: fixing up a few acceptance tests (#1031)
    
    * fixed journey segment update
    
    * Adding check to journey segment tests to validate is feature is supported
    
    * preventing panic in export helper function
    
    * Adding sleep to milestone data source test
    
    * Cleaning up fmt.Print statements appearing in export tests
    
    * undoing changes to segment resource file
    
    * Fix routing queue (#1028)
    
    * README update (#1025)
    
    * Pre-verify if the tfState is in sync with the exporter (#1027)
    
    * Add state comapartors
    
    * Upddate review comments
    
    * Devtooling-591: Consistency Checker Refactor (#1032)
    
    * Moved where consistency checker is created in resources
    
    * Cleaned up consitency checker file
    
    * Added resource name to message
    
    * Conditionally adding name
    
    * Made requested changes
    
    * Feature/devtooling 589 1 (#1035)
    
    * update doc
    
    * fix reviews
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    Co-authored-by: ben-howarth-genesys <[email protected]>
    Co-authored-by: monishapadmavathi <[email protected]>
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    Co-authored-by: jenissabarrera <[email protected]>
    Co-authored-by: Taisuk Choi <[email protected]>
    
    * NO-JIRA: Fixing nil pointer in consistency checker (#1041)
    
    * Fixed nil pointer in consistency checker
    
    * Fixed a few more nil pointers
    
    * Fixing nil pointer (#1045)
    
    * merged with dev
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    Co-authored-by: ben-howarth-genesys <[email protected]>
    Co-authored-by: monishapadmavathi <[email protected]>
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    Co-authored-by: jenissabarrera <[email protected]>
    Co-authored-by: Taisuk Choi <[email protected]>
    
    * Fixing up provider docs (#1046)
    
    * fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * Package wise coverage report
    
    * Package wise coverage report
    
    * fix tests
    
    * fix tests
    
    * fix tests
    
    * fix tests
    
    * fix tests
    
    * fix tests
    
    * Modify coverage report to list all data
    
    * Display coverage report, data in same page
    
    * fix newly added tests
    
    * fix newly added tests
    
    * fix user tests
    
    * fix failing tests
    
    * Cache for Data Sources (#1064)
    
    * Cache for Data Sources
    
    * fix context issue during actual run
    
    * fix tests
    
    Fix failing tests
    
    fix tests
    
    * Add didpool for phoneresource
    
    * fix tests
    
    * fix tests
    
    * modify logging
    
    modify logging
    
    modify logging
    
    modify logging
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    Co-authored-by: ben-howarth-genesys <[email protected]>
    Co-authored-by: jenissabarrera <[email protected]>
    Co-authored-by: Taisuk Choi <[email protected]>
    13 people authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3f98821 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    65502f9 View commit details
    Browse the repository at this point in the history
  6. refactored idp_okta resource (#1069)

    * refactored idp_okta resource
    
    * updated the docs
    
    * comments resolved
    
    * comments resolved
    
    * ran go generate
    
    * updated docs and bug fix
    shrutisuryawanshigenesys authored Jun 10, 2024
    Configuration menu
    Copy the full SHA
    16285a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. fix update issues for workType (#1076)

    * fix update issues for workType
    
    * Delete genesyscloud/task_management_worktype/WorkType.go
    HemanthDogiparthi12 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    8fd5698 View commit details
    Browse the repository at this point in the history
  2. Fix caching issue (#1082)

    * Fix caching issue
    
    * fix docs
    HemanthDogiparthi12 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    48698b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    695efdd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c89adcc View commit details
    Browse the repository at this point in the history
  5. Feature/fix unit tests (#1090)

    * Update worktype
    
    * fix test case
    HemanthDogiparthi12 authored Jun 11, 2024
    Configuration menu
    Copy the full SHA
    2740f17 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    941c083 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    95821f1 View commit details
    Browse the repository at this point in the history
  2. fix exporter crash (#1101)

    * fix exporter crash problem
    
    * review comment
    HemanthDogiparthi12 authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    5e53b21 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    636a20d View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    22659d5 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. [JM-1466]: Upgrade the platform client version (#1100)

    * [JM-1457]: Add resource for journey views
    
    * [JM-1457]: import journey view as variable in main.go
    
    * [JM-1457]: Remove print statements
    
    * [JM-1457]: Refactor code
    
    * Remove default values from optional fields
    
    * [JM-1457]: Refactor and generate the doc
    
    * Remove default value from eventCountType
    
    * [JM-1457]: Filter should be nil if not given
    
    * Merge with dev
    
    * [JM-1457]: Filter should be nil if not given
    
    * [JM-1466]: Upgrade platform client version
    
    ---------
    
    Co-authored-by: Mohammed Islam <[email protected]>
    Rafat001 and Mohammed Islam authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    1200096 View commit details
    Browse the repository at this point in the history
  2. Devtooling 501: Removing support for v1 and v1-http widget deployments (

    #1097)
    
    * Updated widget_deployment schema to reflect API changes
    
    * updated example widget deployment resource
    
    * Removed old client_config field from schema and fixed data source test
    
    * Returned client_config field and marked it as deprecated
    charliecon authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    a9f4257 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    397140d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11d167a View commit details
    Browse the repository at this point in the history
  5. Updating docs (#1110)

    dginty4 authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    3ea8e24 View commit details
    Browse the repository at this point in the history
  6. feat/devtooling 71: Outbound contact list contact resource (#1084)

    * Creating contact_list_contact resource
    
    * Defined contact list contact resource schema
    
    * Defined more boiler plate code for contact package + started working on create func
    
    * implemented read function for contact resource
    
    * finished crud operations and started testing
    
    * Refactored calls to GenerateMap test util function
    
    * Necessary refactoring to get contact test passing
    
    * extending contact_list_contact tests
    
    * Removed id field from schema + added example data
    
    * go generate
    
    * Adding contact_list_contact exporter
    
    * Updated gc sdk version and finished contact exporter
    
    * finishing contact exporter
    charliecon authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    cea8ce8 View commit details
    Browse the repository at this point in the history
  7. DEVTOOLING-643 : Adds support for using sanitized names in export. (#…

    …1106)
    
    * Adds support for using sanitized names in export. This allows you to copy the names from the results of an export and reuse them as include/exclude filters in a new export
    
    * Fix Typo
    
    * Fix quotes
    bbbco authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    dad02e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Bug/devtooling 659 (#1108)

    * added nil check
    
    * added nil check for line properties
    kavinbalagen authored Jun 19, 2024
    Configuration menu
    Copy the full SHA
    6dc9c22 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Bump github.com/hashicorp/hcl/v2 from 2.20.1 to 2.21.0 (#1113)

    Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.20.1 to 2.21.0.
    - [Release notes](https://github.com/hashicorp/hcl/releases)
    - [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/hcl@v2.20.1...v2.21.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/hcl/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    c4412f6 View commit details
    Browse the repository at this point in the history
  2. Feat/devtooling 187 - Refactor routing settings (#1089)

    * Refactored Routing Settings
    
    * Added missing attributes to schema
    
    * Removed data source
    
    * Made requested Changes
    
    * Fixing merge conflicts
    BrianMoyles authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    576e175 View commit details
    Browse the repository at this point in the history
  3. DEVTOOLING-601: Queue member assignment taking long time (#1107)

    * Sped up member assignment
    
    * Used diag error wrapper
    dginty4 authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    933f02e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3d7234 View commit details
    Browse the repository at this point in the history
  5. Feat/devtooling 618 (#1083)

    * code for compression
    
    * added compression logic in generateoutput func
    
    * added fields compress and passphrase
    
    * removed passphrase flag
    
    * updated docs
    
    * moved the compression logic to a function
    
    * added test case for compress flag
    
    * comments resolved
    
    * updated docs
    
    * resolved comments
    shrutisuryawanshigenesys authored Jun 20, 2024
    Configuration menu
    Copy the full SHA
    8cc3bf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2024

  1. Configuration menu
    Copy the full SHA
    02b93a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Merge unit tests & fix failing testcases (#1116)

    * run unit tests
    
    * run unit tests
    
    * add unit test
    
    * Fix failing tests
    
    * fix failed tests
    
    * Fix failing tests
    
    * Fix webdeployment testcases
    
    * Fix webdeployment testcases
    
    * Run remaining unit tests
    
    * Revert export changes
    
    * Fix export tests
    
    * Fix widget tests
    
    * Modify to delete list of didpool
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    monishapadmavathi and Monisha Padmavathi Ragavan authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    55d63ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f12909a View commit details
    Browse the repository at this point in the history
  3. refactor/Devtooling-190 [routing_utilization] + Devtooling-400 [routi…

    …ng_utilization_label] (#1105)
    
    * Refactored but waiting for cyclic dependency removal
    
    * refactor routing utilization label
    
    * Tidy up
    
    * Updated docs
    
    * fixing naming convention in tf_export
    
    * fixing user test
    
    * Requested changes
    
    * fixing merge conflicts
    
    * Refactored but waiting for cyclic dependency removal
    
    * refactor routing utilization label
    
    * Tidy up
    
    * Updated docs
    
    * fixing naming convention in tf_export
    
    * fixing user test
    
    * fixing merge
    
    * fixing docs
    
    * Made requested changes
    
    * changes
    
    * fixing tests
    BrianMoyles authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5290a35 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. refactor/DEVTOOLING-158 idp_gsuite (#1099)

    * refactored idp_gsuite
    
    * removed references of data source
    
    * deleted unrefactored files
    
    * changed references
    
    * resolved comments
    
    * added name, slo_uri, slo_binding to idp_gsuite
    shrutisuryawanshigenesys authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    6531e13 View commit details
    Browse the repository at this point in the history
  2. Refactor/devtooling 160 idp_ping (#1102)

    * refactored idp_ping
    
    * updated docs
    
    * deleted unrefactored files
    
    * comments resolved
    
    * resolved conflicts
    
    * added name, slo_uri and slo_binding
    shrutisuryawanshigenesys authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    525c6f8 View commit details
    Browse the repository at this point in the history
  3. Refactor/devtooling 157 - idp_generic (#1095)

    * refactoring of idp_generic
    
    * deleted original files
    
    * removed references of datasource
    
    * resolved comments
    
    * comments resolved
    
    * added slo_uri and slo_binding to idp_generic
    
    ---------
    
    Co-authored-by: dginty4 <[email protected]>
    shrutisuryawanshigenesys and dginty4 authored Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4b3575e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36b5b4e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Bug/devtooling 681 - New attributes for IDP (#1122)

    * Merge Dev to Main for Release v1.41.0 (#1118)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    * Feat/add flow log level resource (#948)
    
    * add code changes
    
    * add flow log level changes
    
    * testing commit
    
    * getting there, have a create test together
    
    * still trying to get a passing test
    
    * tests have passed! but getting the plan was not empty errors now
    
    * flow log level test
    
    * finally got tests passing
    
    * remove debug logging
    
    * rerun go generate
    
    * rerun go generate
    
    * apply suggestions from PR review
    
    * address PR review
    
    * remove characteristics
    
    * address PR comments
    
    * return total flow log levels when no more are found
    
    ---------
    
    Co-authored-by: dginty4 <[email protected]>
    
    * NO-JIRA: Small Change to flow log level (#984)
    
    * Small Change to flow log level
    
    * Fixing typo
    
    * Merge hotfix changes on main into dev (#983)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1 (#992)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.18.0 to 0.19.1.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.18.0...v0.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * rerunning go generate after tf-docs package upgrade
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * Devtooling 432: Conditonal Group Routing (#970)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Added CGR and toggle
    
    * Fixed some errors
    
    * Added queue proxy to CGR
    
    * Added toggle to get all
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Ran linter
    
    * Checking queue id in tests
    
    * Small change
    
    * bug/Devtooling-458: media retention policy creation failing with error on time interval (#980)
    
    * added checks
    
    * Checks for time interval attributes
    
    * Fixing TimeInterval
    
    * Added BuildFunc for timeInterval
    
    * Added returned errors for invalid time Interval
    
    * Fixed buildFunctions
    
    * Generate Docs
    
    * Fixed exporter
    
    * Getting rid of go vet warning about copying a lock value to a variable (#991)
    
    * No jira: util function for getting cursor value from next uri  (#990)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    * Made function for parsing cursor from next uri
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix acceptance tests (#979)
    
    * fix acceptance test
    
    fix test
    
    fix test
    
    fix test
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix tests
    
    fix tests
    
    restore files
    
    fix team test
    
    * fix comments
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    * fix conditional routing test
    
    fix conditional routing test
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    
    * Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (#995)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/setup-terraform/compare/v3.0.0...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Improvise exclude attributes to Regex (#988)
    
    * Fix Media call back Read Attributes (#987)
    
    * DEVTOOLING-445: User Roles not returning duplicate roles (#989)
    
    * NO-JIRA-Upgrading-Go-SDK
    
    * Fixed errors
    
    * Fixed conditional group routing
    
    * Fixed some tests
    
    * feat/Devtooling 496: Routing queue Outbound email address independent resource (#954)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Added evaluated_queue_id
    
    * Fixed some things
    
    * Added CGR and toggle
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Routing queue outbound email address package
    
    * Made changes
    
    * Added tests
    
    * Added more to test
    
    * Fixed test
    
    * Finished resource
    
    * Finished resource
    
    * Made some requested changes
    
    * Added feature toggle stuff
    
    * Added feature toggle
    
    * Made changes
    
    * Fixing change in queue exporter
    
    ---------
    
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    
    * bug/devtooling-498: [CX as Code] genesyscloud_outbound_settings export contains only null data (#996)
    
    * Fixing null export
    
    * Fixing Test
    
    * Added check for export
    
    * Added attribute and fixed test
    
    * Removed Computed attribute
    
    * Added check for reschedule_time_zone_skipped_contacts in test
    
    * Update Export Guide (#971)
    
    * update export uide
    
    * update tf_export.md and resource.tf
    
    * cross check resource.tf and schema, add missing attributes
    
    * update
    
    * update export.md.tmp
    
    * Removed duplicate paragraph and ran go generate
    
    ---------
    
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * NO-JIRA: Fixing dev (#1000)
    
    * Fixing dev
    
    * Fixes some errors
    
    * Fixing flow outcome description (#998)
    
    * Devtooling 561 - Members not being added correctly to teams (#1001)
    
    * Fixed bug
    
    * Fixed problem deleting members
    
    * Removed print
    
    * Fix Version Problem in WebDeployments (#997)
    
    * Fix Version Problem in WebDeployments
    
    * Add test cases
    
    * Fix review comments
    
    * no jira: Fixing merge conflicts on dev branch  (#1009)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2 (#1008)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.19.1 to 0.19.2.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.19.1...v0.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * ran go generate
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * DEVTOOLING-352 - provider oauth credential rate limit exceeded (#1004)
    
    * Testing something
    
    * Adding retry
    
    * Fixed retry
    
    * Moved functionality to retries package
    
    * Fixed inport cycle
    
    * Extending sleep
    
    * Added retry to AuthorizeSdk
    
    * Using with retries
    
    * Remving old function
    
    * Feat/devtooling 461 - WithRetries errors include improved logging (#1012)
    
    * calling diag func
    
    * Changed retryable functions to call Diagnostic function
    
    * Converted all withRetries errors to have improved wrapper
    
    * Made requested Changes
    
    * fixing unit test
    
    * Bump golang.org/x/net from 0.23.0 to 0.25.0 (#1017)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.25.0.
    - [Commits](https://github.com/golang/net/compare/v0.23.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Fix for issue 993 : Changed message_column to optional and add verification logic (#1013)
    
    * Changed message_column to optional and add verification logic
    
    * applied safer nil value handling
    
    * go generate (#1018)
    
    * bug/devtooling 560 - Nil error in telephony_providers_edges_phone (#1015)
    
    * Removed Print Statement that throws Nil error and added random id to test to prevent failing
    
    * golint changes made
    
    * Revert "bug/devtooling 560 - Nil error in telephony_providers_edges_phone (#1…" (#1019)
    
    This reverts commit 3ff66d472071905b18b4f66f6ee4b3d3725600e7.
    
    * bug/devtooling 560 - CX as Code crash when creating phones (#1020)
    
    * Removed Print Statement that throws Nil error and added random id to test to prevent failing
    
    * golint changes made
    
    * Made requested Change
    
    * feat/devtooling 579 - Improved Logging for Non-API errors (#1021)
    
    * Adding improved non-api diag errors
    
    * Pulling Merged PR
    
    * Added improved error
    
    * Added more logging
    
    * Ran go vet
    
    * Updated docs
    
    * Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 (#1024)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/setup-terraform/compare/v3.1.0...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * bug/devtooling 362 - Evaluation forms incorrectly assigning published attribute (#1022)
    
    * Correctly sets published feature
    
    * Added functionality to set published field correctly
    
    * Fixed docs
    
    * Bug/devtooling 444: Custom resolver function for outbound campaign script_id (#1014)
    
    * Resolving campaign script_id to default outbound script data source when appropriate
    
    * Created constants package
    
    * editing scripts proxy so that the datasource catches Default scripts
    
    * Finished writing tests for new campaign field custom resolver
    
    * Fixed linting errors in campaigns package
    
    * implemented caching for campaigns exporter
    
    * minor changes to a comment
    
    * Add deleteCacheItem func + some refactoring work
    
    * Refactoring call to resolveToDataSource function and added unit test
    
    * Fixing script data source test
    
    * Bump github.com/nyaruka/phonenumbers from 1.3.4 to 1.3.5 (#1026)
    
    Bumps [github.com/nyaruka/phonenumbers](https://github.com/nyaruka/phonenumbers) from 1.3.4 to 1.3.5.
    - [Release notes](https://github.com/nyaruka/phonenumbers/releases)
    - [Changelog](https://github.com/nyaruka/phonenumbers/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/nyaruka/phonenumbers/compare/v1.3.4...v1.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/nyaruka/phonenumbers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Devtooling-162: Refactored idp salesforce (#999)
    
    * Refactored idp salesforce
    
    * Fixing docs
    
    * Changed function name
    
    * Removed original file
    
    * Changed Build Function Call to fix type difference (#1029)
    
    * fixing test for published attribute (#1030)
    
    * No jira: fixing up a few acceptance tests (#1031)
    
    * fixed journey segment update
    
    * Adding check to journey segment tests to validate is feature is supported
    
    * preventing panic in export helper function
    
    * Adding sleep to milestone data source test
    
    * Cleaning up fmt.Print statements appearing in export tests
    
    * undoing changes to segment resource file
    
    * Fix routing queue (#1028)
    
    * README update (#1025)
    
    * Pre-verify if the tfState is in sync with the exporter (#1027)
    
    * Add state comapartors
    
    * Upddate review comments
    
    * Devtooling-591: Consistency Checker Refactor (#1032)
    
    * Moved where consistency checker is created in resources
    
    * Cleaned up consitency checker file
    
    * Added resource name to message
    
    * Conditionally adding name
    
    * Made requested changes
    
    * Feature/devtooling 589 1 (#1035)
    
    * update doc
    
    * fix reviews
    
    * Fix acceptance tests - TCA and Prod (#1033)
    
    * Fix edge,export,script test,Jenkin to run tca&prod
    
    * Fix export & integration tests
    
    * Fix auth tests
    
    Fix auth tests
    
    * fix tests
    
    * resolve conflicts
    
    * move assignregion func, remove commented function
    
    modify to return empty string - assignregion func
    
    return default region
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    
    * Bug/devtooling 597 - Routing email route test failing  (#1039)
    
    * Added call to cleanup function
    
    * linter
    
    * adding hotfix to pr labeler config file (#1042)
    
    * bug/DEVTOOLING-436 - Added cleanup function for webdeployments resources (#1038)
    
    * Added cleanup function for webdeployments resources
    
    * fixing conflict
    
    * Made requested changes
    
    * Made requested changes
    
    * Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 (#1047)
    
    Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.33.0 to 2.34.0.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/terraform-plugin-sdk/compare/v2.33.0...v2.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bug/devtooling 287 temp disable cchecker (#1037)
    
    * removed consistency checker
    
    * changed DID number
    
    * phoneUpdated
    
    * Merging dev to main for v1.38.0 (#1036)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    * Feat/add flow log level resource (#948)
    
    * add code changes
    
    * add flow log level changes
    
    * testing commit
    
    * getting there, have a create test together
    
    * still trying to get a passing test
    
    * tests have passed! but getting the plan was not empty errors now
    
    * flow log level test
    
    * finally got tests passing
    
    * remove debug logging
    
    * rerun go generate
    
    * rerun go generate
    
    * apply suggestions from PR review
    
    * address PR review
    
    * remove characteristics
    
    * address PR comments
    
    * return total flow log levels when no more are found
    
    ---------
    
    Co-authored-by: dginty4 <[email protected]>
    
    * NO-JIRA: Small Change to flow log level (#984)
    
    * Small Change to flow log level
    
    * Fixing typo
    
    * Merge hotfix changes on main into dev (#983)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1 (#992)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.18.0 to 0.19.1.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.18.0...v0.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * rerunning go generate after tf-docs package upgrade
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * Devtooling 432: Conditonal Group Routing (#970)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Added CGR and toggle
    
    * Fixed some errors
    
    * Added queue proxy to CGR
    
    * Added toggle to get all
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Ran linter
    
    * Checking queue id in tests
    
    * Small change
    
    * bug/Devtooling-458: media retention policy creation failing with error on time interval (#980)
    
    * added checks
    
    * Checks for time interval attributes
    
    * Fixing TimeInterval
    
    * Added BuildFunc for timeInterval
    
    * Added returned errors for invalid time Interval
    
    * Fixed buildFunctions
    
    * Generate Docs
    
    * Fixed exporter
    
    * Getting rid of go vet warning about copying a lock value to a variable (#991)
    
    * No jira: util function for getting cursor value from next uri  (#990)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    * Made function for parsing cursor from next uri
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix acceptance tests (#979)
    
    * fix acceptance test
    
    fix test
    
    fix test
    
    fix test
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix tests
    
    fix tests
    
    restore files
    
    fix team test
    
    * fix comments
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    * fix conditional routing test
    
    fix conditional routing test
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    
    * Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (#995)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/setup-terraform/compare/v3.0.0...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Improvise exclude attributes to Regex (#988)
    
    * Fix Media call back Read Attributes (#987)
    
    * DEVTOOLING-445: User Roles not returning duplicate roles (#989)
    
    * NO-JIRA-Upgrading-Go-SDK
    
    * Fixed errors
    
    * Fixed conditional group routing
    
    * Fixed some tests
    
    * feat/Devtooling 496: Routing queue Outbound email address independent resource (#954)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Added evaluated_queue_id
    
    * Fixed some things
    
    * Added CGR and toggle
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Routing queue outbound email address package
    
    * Made changes
    
    * Added tests
    
    * Added more to test
    
    * Fixed test
    
    * Finished resource
    
    * Finished resource
    
    * Made some requested changes
    
    * Added feature toggle stuff
    
    * Added feature toggle
    
    * Made changes
    
    * Fixing change in queue exporter
    
    ---------
    
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    
    * bug/devtooling-498: [CX as Code] genesyscloud_outbound_settings export contains only null data (#996)
    
    * Fixing null export
    
    * Fixing Test
    
    * Added check for export
    
    * Added attribute and fixed test
    
    * Removed Computed attribute
    
    * Added check for reschedule_time_zone_skipped_contacts in test
    
    * Update Export Guide (#971)
    
    * update export uide
    
    * update tf_export.md and resource.tf
    
    * cross check resource.tf and schema, add missing attributes
    
    * update
    
    * update export.md.tmp
    
    * Removed duplicate paragraph and ran go generate
    
    ---------
    
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * NO-JIRA: Fixing dev (#1000)
    
    * Fixing dev
    
    * Fixes some errors
    
    * Fixing flow outcome description (#998)
    
    * Devtooling 561 - Members not being added correctly to teams (#1001)
    
    * Fixed bug
    
    * Fixed problem deleting members
    
    * Removed print
    
    * Fix Version Problem in WebDeployments (#997)
    
    * Fix Version Problem in WebDeployments
    
    * Add test cases
    
    * Fix review comments
    
    * no jira: Fixing merge conflicts on dev branch  (#1009)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cach…
    24 people authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    66d41dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce2433e View commit details
    Browse the repository at this point in the history
  3. feat/COBROWSE-2427 pause field added (#1121)

    * updated version to 133
    
    * pause_criteria changes done
    
    * reveted back go.mod
    
    * changed description
    
    * changed description
    
    * one more change
    
    * merged dev
    
    * crazy merge conflicts
    
    * made changes based on review
    
    * go.mod changed
    
    * more changes after review
    
    ---------
    
    Co-authored-by: ivan <[email protected]>
    Anpeople and ivan authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2a3b411 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. go mod tidy (#1126)

    charliecon authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    a490ebe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83762bb View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    23ffa1d View commit details
    Browse the repository at this point in the history
  2. Fixes DEVTOOLING-674 by allowing the sanitizeMap function to continue…

    … processing as sanitizeE164Number and sanitizeRrule functions could return empty strings. If they do, we want to filter them out (further down the sanitizeMap function) unless they are explicitly marked to be kept by the AllowForZeroValues config to be set (#1128)
    bbbco authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    9da5440 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d3d757 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Update latest language codes (#1130)

    * Pull in latest language codes from the API schema. See values available in dropdown for language field in API Explorer https://apicentral.genesys.cloud/api-explorer\#post-api-v2-knowledge-knowledgebases and https://apicentral.genesys.cloud/api-explorer\#post-api-v2-knowledge-knowledgebases--knowledgeBaseId--languages--languageCode--categories
    
    * Pull the language code logic out into its own validator function
    bbbco authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    fb72a00 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2815938 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d32d17a View commit details
    Browse the repository at this point in the history
  4. Refactor/devtooling 161 refactor idp_onelogin (#1125)

    * Merge Dev to Main for Release v1.41.0 (#1118)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    * Feat/add flow log level resource (#948)
    
    * add code changes
    
    * add flow log level changes
    
    * testing commit
    
    * getting there, have a create test together
    
    * still trying to get a passing test
    
    * tests have passed! but getting the plan was not empty errors now
    
    * flow log level test
    
    * finally got tests passing
    
    * remove debug logging
    
    * rerun go generate
    
    * rerun go generate
    
    * apply suggestions from PR review
    
    * address PR review
    
    * remove characteristics
    
    * address PR comments
    
    * return total flow log levels when no more are found
    
    ---------
    
    Co-authored-by: dginty4 <[email protected]>
    
    * NO-JIRA: Small Change to flow log level (#984)
    
    * Small Change to flow log level
    
    * Fixing typo
    
    * Merge hotfix changes on main into dev (#983)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1 (#992)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.18.0 to 0.19.1.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.18.0...v0.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * rerunning go generate after tf-docs package upgrade
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * Devtooling 432: Conditonal Group Routing (#970)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Added CGR and toggle
    
    * Fixed some errors
    
    * Added queue proxy to CGR
    
    * Added toggle to get all
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Ran linter
    
    * Checking queue id in tests
    
    * Small change
    
    * bug/Devtooling-458: media retention policy creation failing with error on time interval (#980)
    
    * added checks
    
    * Checks for time interval attributes
    
    * Fixing TimeInterval
    
    * Added BuildFunc for timeInterval
    
    * Added returned errors for invalid time Interval
    
    * Fixed buildFunctions
    
    * Generate Docs
    
    * Fixed exporter
    
    * Getting rid of go vet warning about copying a lock value to a variable (#991)
    
    * No jira: util function for getting cursor value from next uri  (#990)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    * Made function for parsing cursor from next uri
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix acceptance tests (#979)
    
    * fix acceptance test
    
    fix test
    
    fix test
    
    fix test
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix tests
    
    fix tests
    
    restore files
    
    fix team test
    
    * fix comments
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    * fix conditional routing test
    
    fix conditional routing test
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    
    * Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (#995)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/setup-terraform/compare/v3.0.0...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Improvise exclude attributes to Regex (#988)
    
    * Fix Media call back Read Attributes (#987)
    
    * DEVTOOLING-445: User Roles not returning duplicate roles (#989)
    
    * NO-JIRA-Upgrading-Go-SDK
    
    * Fixed errors
    
    * Fixed conditional group routing
    
    * Fixed some tests
    
    * feat/Devtooling 496: Routing queue Outbound email address independent resource (#954)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Added evaluated_queue_id
    
    * Fixed some things
    
    * Added CGR and toggle
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Routing queue outbound email address package
    
    * Made changes
    
    * Added tests
    
    * Added more to test
    
    * Fixed test
    
    * Finished resource
    
    * Finished resource
    
    * Made some requested changes
    
    * Added feature toggle stuff
    
    * Added feature toggle
    
    * Made changes
    
    * Fixing change in queue exporter
    
    ---------
    
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    
    * bug/devtooling-498: [CX as Code] genesyscloud_outbound_settings export contains only null data (#996)
    
    * Fixing null export
    
    * Fixing Test
    
    * Added check for export
    
    * Added attribute and fixed test
    
    * Removed Computed attribute
    
    * Added check for reschedule_time_zone_skipped_contacts in test
    
    * Update Export Guide (#971)
    
    * update export uide
    
    * update tf_export.md and resource.tf
    
    * cross check resource.tf and schema, add missing attributes
    
    * update
    
    * update export.md.tmp
    
    * Removed duplicate paragraph and ran go generate
    
    ---------
    
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * NO-JIRA: Fixing dev (#1000)
    
    * Fixing dev
    
    * Fixes some errors
    
    * Fixing flow outcome description (#998)
    
    * Devtooling 561 - Members not being added correctly to teams (#1001)
    
    * Fixed bug
    
    * Fixed problem deleting members
    
    * Removed print
    
    * Fix Version Problem in WebDeployments (#997)
    
    * Fix Version Problem in WebDeployments
    
    * Add test cases
    
    * Fix review comments
    
    * no jira: Fixing merge conflicts on dev branch  (#1009)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2 (#1008)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.19.1 to 0.19.2
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.19.1 to 0.19.2.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.19.1...v0.19.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * ran go generate
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * DEVTOOLING-352 - provider oauth credential rate limit exceeded (#1004)
    
    * Testing something
    
    * Adding retry
    
    * Fixed retry
    
    * Moved functionality to retries package
    
    * Fixed inport cycle
    
    * Extending sleep
    
    * Added retry to AuthorizeSdk
    
    * Using with retries
    
    * Remving old function
    
    * Feat/devtooling 461 - WithRetries errors include improved logging (#1012)
    
    * calling diag func
    
    * Changed retryable functions to call Diagnostic function
    
    * Converted all withRetries errors to have improved wrapper
    
    * Made requested Changes
    
    * fixing unit test
    
    * Bump golang.org/x/net from 0.23.0 to 0.25.0 (#1017)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.23.0 to 0.25.0.
    - [Commits](https://github.com/golang/net/compare/v0.23.0...v0.25.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Fix for issue 993 : Changed message_column to optional and add verification logic (#1013)
    
    * Changed message_column to optional and add verification logic
    
    * applied safer nil value handling
    
    * go generate (#1018)
    
    * bug/devtooling 560 - Nil error in telephony_providers_edges_phone (#1015)
    
    * Removed Print Statement that throws Nil error and added random id to test to prevent failing
    
    * golint changes made
    
    * Revert "bug/devtooling 560 - Nil error in telephony_providers_edges_phone (#1…" (#1019)
    
    This reverts commit 3ff66d472071905b18b4f66f6ee4b3d3725600e7.
    
    * bug/devtooling 560 - CX as Code crash when creating phones (#1020)
    
    * Removed Print Statement that throws Nil error and added random id to test to prevent failing
    
    * golint changes made
    
    * Made requested Change
    
    * feat/devtooling 579 - Improved Logging for Non-API errors (#1021)
    
    * Adding improved non-api diag errors
    
    * Pulling Merged PR
    
    * Added improved error
    
    * Added more logging
    
    * Ran go vet
    
    * Updated docs
    
    * Bump hashicorp/setup-terraform from 3.1.0 to 3.1.1 (#1024)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.0 to 3.1.1.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/setup-terraform/compare/v3.1.0...v3.1.1)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * bug/devtooling 362 - Evaluation forms incorrectly assigning published attribute (#1022)
    
    * Correctly sets published feature
    
    * Added functionality to set published field correctly
    
    * Fixed docs
    
    * Bug/devtooling 444: Custom resolver function for outbound campaign script_id (#1014)
    
    * Resolving campaign script_id to default outbound script data source when appropriate
    
    * Created constants package
    
    * editing scripts proxy so that the datasource catches Default scripts
    
    * Finished writing tests for new campaign field custom resolver
    
    * Fixed linting errors in campaigns package
    
    * implemented caching for campaigns exporter
    
    * minor changes to a comment
    
    * Add deleteCacheItem func + some refactoring work
    
    * Refactoring call to resolveToDataSource function and added unit test
    
    * Fixing script data source test
    
    * Bump github.com/nyaruka/phonenumbers from 1.3.4 to 1.3.5 (#1026)
    
    Bumps [github.com/nyaruka/phonenumbers](https://github.com/nyaruka/phonenumbers) from 1.3.4 to 1.3.5.
    - [Release notes](https://github.com/nyaruka/phonenumbers/releases)
    - [Changelog](https://github.com/nyaruka/phonenumbers/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/nyaruka/phonenumbers/compare/v1.3.4...v1.3.5)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/nyaruka/phonenumbers
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Devtooling-162: Refactored idp salesforce (#999)
    
    * Refactored idp salesforce
    
    * Fixing docs
    
    * Changed function name
    
    * Removed original file
    
    * Changed Build Function Call to fix type difference (#1029)
    
    * fixing test for published attribute (#1030)
    
    * No jira: fixing up a few acceptance tests (#1031)
    
    * fixed journey segment update
    
    * Adding check to journey segment tests to validate is feature is supported
    
    * preventing panic in export helper function
    
    * Adding sleep to milestone data source test
    
    * Cleaning up fmt.Print statements appearing in export tests
    
    * undoing changes to segment resource file
    
    * Fix routing queue (#1028)
    
    * README update (#1025)
    
    * Pre-verify if the tfState is in sync with the exporter (#1027)
    
    * Add state comapartors
    
    * Upddate review comments
    
    * Devtooling-591: Consistency Checker Refactor (#1032)
    
    * Moved where consistency checker is created in resources
    
    * Cleaned up consitency checker file
    
    * Added resource name to message
    
    * Conditionally adding name
    
    * Made requested changes
    
    * Feature/devtooling 589 1 (#1035)
    
    * update doc
    
    * fix reviews
    
    * Fix acceptance tests - TCA and Prod (#1033)
    
    * Fix edge,export,script test,Jenkin to run tca&prod
    
    * Fix export & integration tests
    
    * Fix auth tests
    
    Fix auth tests
    
    * fix tests
    
    * resolve conflicts
    
    * move assignregion func, remove commented function
    
    modify to return empty string - assignregion func
    
    return default region
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    
    * Bug/devtooling 597 - Routing email route test failing  (#1039)
    
    * Added call to cleanup function
    
    * linter
    
    * adding hotfix to pr labeler config file (#1042)
    
    * bug/DEVTOOLING-436 - Added cleanup function for webdeployments resources (#1038)
    
    * Added cleanup function for webdeployments resources
    
    * fixing conflict
    
    * Made requested changes
    
    * Made requested changes
    
    * Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.33.0 to 2.34.0 (#1047)
    
    Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.33.0 to 2.34.0.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-sdk/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-sdk/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/terraform-plugin-sdk/compare/v2.33.0...v2.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-sdk/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Bug/devtooling 287 temp disable cchecker (#1037)
    
    * removed consistency checker
    
    * changed DID number
    
    * phoneUpdated
    
    * Merging dev to main for v1.38.0 (#1036)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    * Feat/add flow log level resource (#948)
    
    * add code changes
    
    * add flow log level changes
    
    * testing commit
    
    * getting there, have a create test together
    
    * still trying to get a passing test
    
    * tests have passed! but getting the plan was not empty errors now
    
    * flow log level test
    
    * finally got tests passing
    
    * remove debug logging
    
    * rerun go generate
    
    * rerun go generate
    
    * apply suggestions from PR review
    
    * address PR review
    
    * remove characteristics
    
    * address PR comments
    
    * return total flow log levels when no more are found
    
    ---------
    
    Co-authored-by: dginty4 <[email protected]>
    
    * NO-JIRA: Small Change to flow log level (#984)
    
    * Small Change to flow log level
    
    * Fixing typo
    
    * Merge hotfix changes on main into dev (#983)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1 (#992)
    
    * Bump github.com/hashicorp/terraform-plugin-docs from 0.18.0 to 0.19.1
    
    Bumps [github.com/hashicorp/terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs) from 0.18.0 to 0.19.1.
    - [Release notes](https://github.com/hashicorp/terraform-plugin-docs/releases)
    - [Changelog](https://github.com/hashicorp/terraform-plugin-docs/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/terraform-plugin-docs/compare/v0.18.0...v0.19.1)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/terraform-plugin-docs
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * rerunning go generate after tf-docs package upgrade
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * Devtooling 432: Conditonal Group Routing (#970)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Added CGR and toggle
    
    * Fixed some errors
    
    * Added queue proxy to CGR
    
    * Added toggle to get all
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Ran linter
    
    * Checking queue id in tests
    
    * Small change
    
    * bug/Devtooling-458: media retention policy creation failing with error on time interval (#980)
    
    * added checks
    
    * Checks for time interval attributes
    
    * Fixing TimeInterval
    
    * Added BuildFunc for timeInterval
    
    * Added returned errors for invalid time Interval
    
    * Fixed buildFunctions
    
    * Generate Docs
    
    * Fixed exporter
    
    * Getting rid of go vet warning about copying a lock value to a variable (#991)
    
    * No jira: util function for getting cursor value from next uri  (#990)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added cache to routing queue
    
    * Added proxy and caching to routing queue
    
    * Removed log
    
    * Add consistency checker back
    
    * Fix group cache
    
    * Fix Export cyclic deps (#968)
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Feat/devtooling-177: Refactored orgAuthorization_pairing  (#975)
    
    * refactored orgauthorization_pairing
    
    * Added exporter for response management response asset
    
    * Added refactor label to pr-labeler-config
    
    * Feat/devtooling-499: Added getAll Functionality to ResponseManagement_ResponseAsset (#969)
    
    * adding getALl functionality
    
    * adding exporter
    
    * adding export
    
    * Added getAll functionality
    
    * Update go.mod
    
    * Added Caching
    
    * Added file_content_hash
    
    * Fixed test
    
    * using resource mutexes in init_test files & linting errors (#973)
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Feature/devtooling 63 (#978)
    
    * Fix exports
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Charlie Conneely <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix Exporter for non-flow resources (#982)
    
    * Fix Exporter for non-flow resources
    
    * Added check (#981)
    
    * Made function for parsing cursor from next uri
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: kavinbalagen <[email protected]>
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: dginty4 <[email protected]>
    Co-authored-by: Brian Moyles <[email protected]>
    Co-authored-by: carnellj-genesys <[email protected]>
    Co-authored-by: BrianMoyles <[email protected]>
    
    * Fix acceptance tests (#979)
    
    * fix acceptance test
    
    fix test
    
    fix test
    
    fix test
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix test
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix routing test
    
    fix tests
    
    fix tests
    
    restore files
    
    fix team test
    
    * fix comments
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    fix tests
    
    fix tests
    
    * fix tests
    
    * fix conditional routing test
    
    fix conditional routing test
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    
    * Bump hashicorp/setup-terraform from 3.0.0 to 3.1.0 (#995)
    
    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.0.0 to 3.1.0.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/hashicorp/setup-terraform/compare/v3.0.0...v3.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Improvise exclude attributes to Regex (#988)
    
    * Fix Media call back Read Attributes (#987)
    
    * DEVTOOLING-445: User Roles not returning duplicate roles (#989)
    
    * NO-JIRA-Upgrading-Go-SDK
    
    * Fixed errors
    
    * Fixed conditional group routing
    
    * Fixed some tests
    
    * feat/Devtooling 496: Routing queue Outbound email address independent resource (#954)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Added evaluated_queue_id
    
    * Fixed some things
    
    * Added CGR and toggle
    
    * Made some changes
    
    * Added CGR toggle package
    
    * Moved CGR toggle package
    
    * Feature/devtooling 63 (#974)
    
    * Introduce new Elements
    
    * Update Attribs
    
    * Introduce scoring Method
    
    * Upgrade ssdk
    
    * remove unwanted logs
    
    * Routing queue outbound email address package
    
    * Made changes
    
    * Added tests
    
    * Added more to test
    
    * Fixed test
    
    * Finished resource
    
    * Finished resource
    
    * Made some requested changes
    
    * Added feature toggle stuff
    
    * Added feature toggle
    
    * Made changes
    
    * Fixing change in queue exporter
    
    ---------
    
    Co-authored-by: HemanthDogiparthi12 <[email protected]>
    
    * bug/devtooling-498: [CX as Code] genesyscloud_outbound_settings export contains only null data (#996)
    
    * Fixing null export
    
    * Fixing Test
    
    * Added check for export
    
    * Added attribute and fixed test
    
    * Removed Computed attribute
    
    * Added check for reschedule_time_zone_skipped_contacts in test
    
    * Update Export Guide (#971)
    
    * update export uide
    
    * update tf_export.md and resource.tf
    
    * cross check resource.tf and schema, add missing attributes
    
    * update
    
    * update export.md.tmp
    
    * Removed duplicate paragraph and ran go generate
    
    ---------
    
    Co-authored-by: Charlie Conneely <[email protected]>
    
    * NO-JIRA: Fixing dev (#1000)
    
    * Fixing dev
    
    * Fixes some errors
    
    * Fixing flow outcome description (#998)
    
    * Devtooling 561 - Members not being added correctly to teams (#1001)
    
    * Fixed bug
    
    * Fixed problem deleting members
    
    * Removed print
    
    * Fix Version Problem in WebDeployments (#997)
    
    * Fix Version Problem in WebDeployments
    
    * Add test cases
    
    * Fix review comments
    
    * no jira: Fixing merge conflicts on dev branch  (#1009)
    
    * moving changes (#960)
    
    * Revert "moving changes (#960)" (#963)
    
    This reverts commit 70d8a8036c52ae2f91aee081fe0d1c4c5451a58f.
    
    * Release Merge to Main (#977)
    
    * Bump golang.org/x/net from 0.22.0 to 0.23.0 (#951)
    
    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.22.0 to 0.23.0.
    - [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    
    * Add team to custom resolver (#950)
    
    * Devtooling 432: Refactor Conditional Group Routing Rules into its own resource (#921)
    
    * Added routing_queue_conditional_group_routing resource
    
    * Rebased
    
    * Fixed routing queue tests
    
    * Removed accidental commits
    
    * Rebased and fixed errors
    
    * Made some requested changes
    
    * Added evaluated_queue_id
    
    * Added warning
    
    * Fixed some things
    
    * Fixed test
    
    * Fixing exporter
    
    * Fixed type
    
    * Changing target branch of dependabot PRs to dev (#956)
    
    * Fix User Resource Panics (#949)
    
    * moving changes (#964)
    
    * Reverting conditional group routing resoure (#965)
    
    * Remove use_supported_content_profile (#962)
    
    * bug/ DEVTOOLING-516: Allow Multiple inputs for BYMONTHDAY and BYMONTH (#953)
    
    * Allow Multiple inputs for BYMONTHDAY and BYMONTH
    
    * Update go.mod
    
    * Added Error Message to Validator
    
    * Bug/devtooling-530: Fixing panic during export caused by MemberGroupsResolver (#957)
    
    * Changing groups.owner_ids to optional and computed
    
    * Preventing panic inside MemberGroupsResolver with some refactoring
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag… (#946)
    
    * DEVTOOLING-417: Removed the go:generate git restore docs/index.md tag.  This is pulling the index.md out of git hub and overriding what ever is being generated.
    
    * DEVTOOLING-417: Fixed a mispelling in a package alias
    
    * DEVTOOLING-417 Accidently added cache code
    
    * avoiding infinite loop in flow data source read (#966)
    
    * feat/Devtooling-448 oauth cred cache (#945)
    
    * DEVTOOLING-448:  Initial commit of code
    
    * DEVTOOLING-448:  Added caching while creating a Genesys Cloud OAuth Client specific so we dont have to force the user embed a secret
    
    * DEVTOOLING-448: Refactored retrieveCachedOauthClientSecret code
    
    * DEVTOOLING-448: Committing interm work
    
    * DEVTOOLING-448:  Reworked how we handle the addition of roles for user credentials
    
    * DEVTOOLING-448: Removed the ToPtrStr function
    
    * Fixing go.mod and running go generate (#967)
    
    * feat/Devtooling-459: Added BuildAPIDiagnosticError function calls (#959)
    
    * added buildDiag function p1
    
    * Adding call to BuildApiDiag
    
    * BuildAPIDiag functions added
    
    * Added util.BuildAPIDiag function to refactored resources
    
    * Added call to BuildAPIDiag in resources
    
    * Update go.mod
    
    * Fixed tests
    
    * Update go.mod
    
    * Added err
    
    * Added err
    
    * Update go.mod
    
    * Requested Changes
    
    * Fix for BotFlows dependencies (#961)
    
    * feat/Devtooling-531: Add proxy and cache to routing queue (#958)
    
    * Added ca…
    24 people authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a8e863a View commit details
    Browse the repository at this point in the history
  5. feature/devtooling 608 (#1124)

    * added schema
    
    * added line properties
    
    * updated and flatten function
    
    * changed to station remote address
    
    * pushing changes
    
    * regenerated docs
    
    * added remote if statement for remote address
    
    * line and remote address are mutually exclusive
    
    * fixed nil pointer deref on error
    
    * synced documents
    
    * added continue statement to prevent deref of nil pointer
    kavinbalagen authored Jul 2, 2024
    Configuration menu
    Copy the full SHA
    35c11f7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    78ec240 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Fix DEVTOOLING-703 (#1144)

    * Fix DEVTOOLING-703
    
    * Add unit test for isQueueEmailAddressEmpty()
    bbbco authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    eac8794 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/net from 0.26.0 to 0.27.0 (#1146)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.26.0 to 0.27.0.
    - [Commits](golang/net@v0.26.0...v0.27.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    2182905 View commit details
    Browse the repository at this point in the history
  3. Feat/devtooling-645: Add roles_enabled to group resource (#1145)

    * Added roles_enabled to group
    
    * Added rolesEnabled to test
    
    * Requested changes
    BrianMoyles authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    959dc00 View commit details
    Browse the repository at this point in the history
  4. Bug/Devtooling-677: Error Migrating routes to independent resource (#…

    …1132)
    
    * Fixing conflict
    
    * Remove Duplicate imports
    BrianMoyles authored Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f1602f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Configuration menu
    Copy the full SHA
    f5627d6 View commit details
    Browse the repository at this point in the history
  2. feat/GPE-14463 add support for App stream type on Journey resources (#…

    …1147)
    
    When configuring Journey resources like segments, outcomes or action maps, it is now possible to use App stream type. Also, the documentation around supported session types was updated, to specify the allowed values.
    michalk-genesys authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7422570 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    793053d View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Bug/devtooling-606 Export Managed sites as data sources (#1142)

    * Managed sites automatically data
    
    * Removed managed attribute and data source lookup checks both managed and unmanaged resources
    
    * More generic implementation for future resource use
    
    * Fixing conflicts
    
    * Fixing test
    
    * removing redundant code
    
    * Made requested changes
    
    * Use sanitizeName instead of strings.replaceAll
    
    * Made requested changes
    
    * Created Test Case
    
    * Made requested Changes
    BrianMoyles authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    462e33d View commit details
    Browse the repository at this point in the history
  2. Bug/devtooling 637: Conditional group routing rules (#1155)

    * Updated example CGR rules resource
    
    * removed unnecessary error in CGR rules resource and added log statements
    charliecon authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d4d839a View commit details
    Browse the repository at this point in the history
  3. refactor/DEVTOOLING-183: Refactored routing email domain (#1138)

    * Refactored routing email domain
    
    * Made requested changes
    BrianMoyles authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8bace1c View commit details
    Browse the repository at this point in the history
  4. Fixes DEVTOOLING-633 (#1135)

    * Consistency in filename organization for genesyscloud_outbound_contact_list resource
    
    * Add genesyscloud_outbound_contact_list_template data and resource based on outbound_contact_list
    
    * Generate docs for new resources
    
    * Fixes DEVTOOLING-633 by adding logic to contactlistfilter resources to connect to a contact list OR a contact list template resource
    
    * Fix DEVTOOLING-703
    
    * Consistency in filename organization for genesyscloud_outbound_contact_list resource
    
    * Add genesyscloud_outbound_contact_list_template data and resource based on outbound_contact_list
    
    * Generate docs for new resources
    
    * Fixes DEVTOOLING-633 by adding logic to contactlistfilter resources to connect to a contact list OR a contact list template resource
    
    * Refactor genesyscloud_outbound_contact_list resource to use proxy and new structure
    
    * Refactor genesyscloud_outbound_contact_list_template resource to use proxy and new structure
    
    * Add examples for new genesyscloud_outbound_contact_list_template resource
    
    * Fix comment
    
    * Use resourceName variable for genesyscloud_outbound_contact_list resource
    
    * Use resourceName variable for genesyscloud_outbound_contact_list_template resource
    
    * Add exampel data source
    
    * Add generated docs
    bbbco authored Jul 15, 2024
    Configuration menu
    Copy the full SHA
    cfb9ba0 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. feat/GPE-14606 add support for Outcome Quantile Conditions (#1156)

    * feat/GPE-14606 add support for Outcome Quantile Conditions when working with Action Maps
    
    When setting up an Action Map with outcome scores tracking, Trigger With Outcome Quantile Conditions should now be used instead of Probability Conditions.
    
    * fix typo
    
    * reorder tests, add quantiles trigger
    
    * remove unnecessary comment
    
    * use deprecated attribute on resource
    michalk-genesys authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    548e670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fc2b8a View commit details
    Browse the repository at this point in the history
  3. Bump github.com/nyaruka/phonenumbers from 1.3.6 to 1.4.0 (#1157)

    Bumps [github.com/nyaruka/phonenumbers](https://github.com/nyaruka/phonenumbers) from 1.3.6 to 1.4.0.
    - [Release notes](https://github.com/nyaruka/phonenumbers/releases)
    - [Changelog](https://github.com/nyaruka/phonenumbers/blob/main/CHANGELOG.md)
    - [Commits](nyaruka/phonenumbers@v1.3.6...v1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/nyaruka/phonenumbers
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ecf1054 View commit details
    Browse the repository at this point in the history
  4. Bump github.com/zclconf/go-cty from 1.14.4 to 1.15.0 (#1158)

    Bumps [github.com/zclconf/go-cty](https://github.com/zclconf/go-cty) from 1.14.4 to 1.15.0.
    - [Release notes](https://github.com/zclconf/go-cty/releases)
    - [Changelog](https://github.com/zclconf/go-cty/blob/main/CHANGELOG.md)
    - [Commits](zclconf/go-cty@v1.14.4...v1.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/zclconf/go-cty
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ec5ee9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    73e54eb View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

  1. Configuration menu
    Copy the full SHA
    9f180b2 View commit details
    Browse the repository at this point in the history
  2. No jira: go checks (#1163)

    * Adding 'go mod tidy' & 'go vet' to workflow
    
    * Small change to go vet job in workflow
    charliecon authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d5b6e2e View commit details
    Browse the repository at this point in the history
  3. Fix failed acceptance testcases (#1162)

    * Modify order of testcase
    
    * fix division deletion
    
    * Fix testcases
    
    * Fix testcases
    
    * Fix outbound campaign
    
    * Fix ExternralTrunkBaseSettingsInboundSite testcase
    
    * Fix skipped testcases
    
    * Fix skipped testcases
    
    * Fix skipped testcases
    
    * Fix failing tests
    
    * Fix failing tests
    
    * Fix testcases
    
    * Fix testcases
    
    * Fixing test & report
    
    * fix testcases
    
    * fix testcases
    
    * fix testcases
    
    * fix tests
    
    * Fix testcase
    
    * Fix testcase
    
    * Fix tests
    
    * Fix tests
    
    * Fix tests
    
    * Fix tests
    
    * Fix tests
    
    * Fix tests
    
    * Fix tests
    
    * Fix tests
    
    * fix tests
    
    * fix tests
    
    * Resolve comments
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    monishapadmavathi and Monisha Padmavathi Ragavan authored Jul 17, 2024
    Configuration menu
    Copy the full SHA
    651e9b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. Feat/devtooling 655: conversations_messaging_settings resource (#1150)

    * Created Resource
    
    * Created Resource & added tests
    
    * Added examples
    
    * Update tf_exporter_resource_test.go
    BrianMoyles authored Jul 18, 2024
    Configuration menu
    Copy the full SHA
    537b9d8 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    36fd4e8 View commit details
    Browse the repository at this point in the history
  2. Fixes DEVTOOLING-675 (#1169)

    * Fixes DEVTOOLING-675 by updating the logic for returning user addresses.  This is kept behind the feature flag USE_NEW_USER_ADDRESS_LOGIC env variable to prevent backwards compatibility issues. This commit also refactors a few things for unit testing
    
    * FormatAsE164Number for location and group address numbers too
    
    * Update example docs to add info about the feature toggle
    bbbco authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    cdc6219 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4d7fc2 View commit details
    Browse the repository at this point in the history
  4. Devtooling 625: Adding the id fields to question_groups, questions, a…

    …nswer_options as READ-ONLY (#1167)
    
    * Adding missing fields to forms_evaluatation resource (fixes #1066)
    
    * removed field from answer options
    
    * go generate
    
    * Making the ID fields nested within forms_eval resource read only
    
    * Made ID fields read-only by removing Optional attr
    
    * go fmt ./genesyscloud
    
    * Adding nested id fields to ExcludeAttributes array for forms_evaluation exporter
    charliecon authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    4f2cb61 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    5b429a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Devtooling 625: fix export test (#1177)

    * Adding readonly answer_options.id field to survey resource/exporter
    
    * Implementing the ID field for question_groups & questions in survey resource
    charliecon authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2aa318b View commit details
    Browse the repository at this point in the history
  2. Bug/devtooling 648 (#1173)

    * Datasoruce tfstate
    
    * Update Test cases for Data Source
    
    * remove unecessary function
    HemanthDogiparthi12 authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    03a041b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84a280a View commit details
    Browse the repository at this point in the history
  4. refactor/Devtooling-189: refactor routing skill group (#1171)

    * Refactoring create and update: tests passed
    
    * split create and update functions
    
    * removed unnecessary functions
    
    * PR
    
    * test case no longer calls api direct
    
    * Fixed user test and schema for routing skill group
    BrianMoyles authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    abc04ab View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. No jira: unit tests workflow (#1181)

    * Adding unit tests workflow
    
    * inconsequential change to trigger new workflow
    
    * minor change
    
    * Removed comment
    
    * changing workflow trigger
    
    * Fixing syntax error in yml file
    
    * Fixed unit test
    
    * Fixing other unit tests
    charliecon authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    8b2f0bd View commit details
    Browse the repository at this point in the history
  2. Refactor/devtooling-188: Routing Skill (#1183)

    * Added Routing Skill Package
    
    * refactored routing skill
    
    * Fixing merge conflicts
    BrianMoyles authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    925ae74 View commit details
    Browse the repository at this point in the history
  3. feat/Devtooling 712 resource for supported content (#1159)

    * resource and test cases added for supported content
    
    * updated resource testcase and added datasource testcase
    
    * updated docs
    
    * added example folder
    
    * added example folder
    
    * updated docs
    
    * updated testcase for datasource
    
    * resolved comments
    
    * updated docs
    
    * changed resource name
    
    * changed resource file names
    
    * changed resource file names
    
    * comments resolved
    
    * updatd docs
    
    * cache added for data source
    
    * resolved merge conflict
    
    * comments resolved
    
    * updated docs
    
    * comments resolved
    shrutisuryawanshigenesys authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    c4182e3 View commit details
    Browse the repository at this point in the history
  4. Bug/devtooling 707 - Worktype status independent resource (#1164)

    * Refactored code
    
    * Removed statuses from worktype resource
    
    * Finished worktype status resource
    
    * Added reponse assets stuff back
    
    * Fixed workitems tests
    
    * Updated docs
    
    * Updated docs
    
    * Made requested changes
    
    * Added caching
    dginty4 authored Jul 29, 2024
    Configuration menu
    Copy the full SHA
    b437ad7 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2024

  1. Inspired by DEVTOOLING-741 - Hardening E.164 handling (#1178)

    * Closes E.164 number formatting inconsistencies that could theoretically occur by ensuring all instances that we validate for an E.164 formatted number from user config (which are applied on create/update) are also returned (via read) as an E.164 formatted number to maintain consistency in number handling. This likely means we could remove the custom validate export handling for E164 that was inconsistently applied and used custom logic.
    
    * Add unit test cases for Format E164
    
    * Fixes for acceptance test updates
    
    * Fix PR comments
    
    * Update the E.164 utilities to be able to pass in the organization's Default Country Code so it handles parsing and appending the correct international phone code to phone numbers. For example, if the default country code is JP, the default prefix is +81 instead of +1 for US.
    bbbco authored Jul 30, 2024
    Configuration menu
    Copy the full SHA
    9ceb1ad View commit details
    Browse the repository at this point in the history
  2. Increased workflow timeout

    charliecon committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    96ca58b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42307bb View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Refactor users package (#1129)

    * Refactor users package
    
    * Updated the version field to reflect the correct value.
    
    * removed util_common.go and refracted code to address standard practice
    sureshperiyappan authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ceaeeb1 View commit details
    Browse the repository at this point in the history
  2. Revert "Refactor users package (#1129)" (#1191)

    This reverts commit ceaeeb1.
    carnellj-genesys authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    db9af99 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Configuration menu
    Copy the full SHA
    1fec693 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Fix debugging issue and add docs on how to setup debugging (#1190)

    * Fix debugging issue and add docs on how to setup debugging
    
    * Fix spelling error
    bbbco authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    a96cdae View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflict from #1191 into Refactor/DEVTOOLING-634 (#1192)

    * Refactor users package
    
    * Updated the version field to reflect the correct value.
    
    * removed util_common.go and refracted code to address standard practice
    
    * add missing merge conflict code
    sureshperiyappan authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    45e4f32 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Refactor/DEVTOOLING-191 and DEVTOOLING-646 (#1152)

    * refactor/DEVTOOLING-191 and added division ID into wrapup code
    
    * updated proxy file for standard coding practice
    
    * registry updated in the main.go
    
    * Reverted registry changes in main.go
    sureshperiyappan authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    c7c5e52 View commit details
    Browse the repository at this point in the history
  2. Feat/devtooling 652 Integration Facebook resource (#1168)

    * implementation of facebook resource
    
    * updated docs
    
    * unit tests for facebook resource
    
    * minor fixes
    
    * comments resolved
    
    * added cache
    
    * updated docs
    
    * added references to supported_content and messaging_setting
    
    * added conditions for attributes
    
    * modified data source test cases
    
    * resolved comments
    
    * bug fixe
    shrutisuryawanshigenesys authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    534a977 View commit details
    Browse the repository at this point in the history
  3. Devtooling-730: Added enable_audio_monitoring to Routing Queue Resour…

    …ce (#1188)
    
    * Added enable_audio_monitoring property
    
    * Added example and updated doc
    BrianMoyles authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f45249d View commit details
    Browse the repository at this point in the history
  4. Bug/devtooling 749 added webrtc for fields property (#1194)

    * initial commit
    
    * added back export of user
    kavinbalagen authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    22c92d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5ee28d View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Feat/devtooling-714: Conversations Messaging Settings Default Resource (

    #1187)
    
    * Created Resource and Test
    
    * Removed unnecessary file
    
    * Added Example Resource and updated Docs
    
    * Tidy
    
    * Fixed file names and made requested changes
    BrianMoyles authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    728ea46 View commit details
    Browse the repository at this point in the history
  2. Bump golang.org/x/net from 0.27.0 to 0.28.0 (#1199)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.27.0 to 0.28.0.
    - [Commits](golang/net@v0.27.0...v0.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    0e508ea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0635e0b View commit details
    Browse the repository at this point in the history
  4. Fixed test (#1186)

    dginty4 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    050555f View commit details
    Browse the repository at this point in the history
  5. Fixing test (#1201)

    dginty4 authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    9e9579e View commit details
    Browse the repository at this point in the history
  6. No jira: Fixing a few test failures (#1200)

    * Fixed bug in wrapupcode resource
    
    * Fixed nil pointer in executeUpdateUser function
    
    * Fixed go checks workflow
    
    * Fixed bug when exporting wrapupcodes
    
    * Deleting user from cache + small change to one test
    
    * Fixed bug in dnclist package
    charliecon authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    ad55c47 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d6a82ba View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. bug/DEVTOOLING-735: Fix bug in architect_user_prompt resource (#1198)

    * Fixed bug in prompts resource + refactor
    
    * Fixed prompts exporter by providing correct query params in getAll func
    charliecon authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    cd789d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    578a31d View commit details
    Browse the repository at this point in the history
  3. Fix DEVTOOLING-780 (#1204)

    bbbco authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    6f3aa07 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Fix acceptance testcases (#1206)

    * fix tests
    
    * fix tests
    
    * fix tests
    
    * DEVTOOLING-769: Remove flow outcome & trunk tests as required API for testcase are not present
    
    * Fix testcases
    
    * Fix tests
    
    * Fix tests
    
    * resolve comments
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    monishapadmavathi and Monisha Padmavathi Ragavan authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    43658ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f60ea22 View commit details
    Browse the repository at this point in the history
  3. No jira: user prompt export test bug (#1210)

    * Fixing user prompt export test
    
    * go generate
    
    * Minor refactor
    charliecon authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    a97cc00 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Re-opens #1178 Harden e164 (#1207)

    * Closes E.164 number formatting inconsistencies that could theoretically occur by ensuring all instances that we validate for an E.164 formatted number from user config (which are applied on create/update) are also returned (via read) as an E.164 formatted number to maintain consistency in number handling. This likely means we could remove the custom validate export handling for E164 that was inconsistently applied and used custom logic.
    
    * Add unit test cases for Format E164
    
    * Fixes for acceptance test updates
    
    * Fix PR comments
    
    * Update the E.164 utilities to be able to pass in the organization's Default Country Code so it handles parsing and appending the correct international phone code to phone numbers. For example, if the default country code is JP, the default prefix is +81 instead of +1 for US.
    
    * Fix up after user refactor
    bbbco authored Aug 14, 2024
    Configuration menu
    Copy the full SHA
    d9394f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Adds extra Export RefAttrs that could exist and reference flows on ge…

    …nesyscloud_outbound_callanalaysisresponseset (#1214)
    bbbco authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    b00083f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fd34db View commit details
    Browse the repository at this point in the history
  3. Fixes DEVTOOLING-786 and DEVTOOLING-740 as well as other resources th…

    …at could be impacted (#1212)
    
    * Fixes DEVTOOLING-786 as well as other resources that could be impacted
    
    * Fix issue with routing_settings and contact center/transaction
    bbbco authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    e1b9988 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Bump hashicorp/setup-terraform from 3.1.1 to 3.1.2 (#1220)

    Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 3.1.1 to 3.1.2.
    - [Release notes](https://github.com/hashicorp/setup-terraform/releases)
    - [Changelog](https://github.com/hashicorp/setup-terraform/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/setup-terraform@v3.1.1...v3.1.2)
    
    ---
    updated-dependencies:
    - dependency-name: hashicorp/setup-terraform
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d18ace4 View commit details
    Browse the repository at this point in the history
  2. Ruleset and Skill Resource (#1218)

    * Update fix
    HemanthDogiparthi12 authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    f4794d0 View commit details
    Browse the repository at this point in the history
  3. No jira: Added go fmt to Go Checks workflow (#1222)

    * Added fmt workflow step to Go Checks
    
    * go fmt
    charliecon authored Aug 20, 2024
    Configuration menu
    Copy the full SHA
    10a55ba View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. DEVTOOLING-774: Checking uploadStatus before downloading prompt file …

    …during export (#1221)
    
    * Checking uploadStatus as well as mediaUri before downloading file during export
    
    * Cleaning up filename where no audio data was downloaded
    charliecon authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    020d5ed View commit details
    Browse the repository at this point in the history
  2. Fixes DEVTOOLING-791 by passing in the error message so it can be pic…

    …ked up when checking to log errors (#1225)
    bbbco authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4269446 View commit details
    Browse the repository at this point in the history
  3. bug/Devtooling 723 - exports filenames with spaces (#1223)

    * added regex to allow whitespaces
    
    * updated docs
    shrutisuryawanshigenesys authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    f263682 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Configuration menu
    Copy the full SHA
    0906c34 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Bug/devtooling 615 - Consistency checker (#1219)

    * Changed tests
    
    * Fixed test
    
    * Changed mutex
    
    * Continued work
    
    * wrote unit tests
    
    * Made changes
    
    * Done thing
    
    * Rebased
    
    * Rewriting test
    
    * Continued work
    
    * Finshed work
    
    * Moving log
    
    * Fixed test
    dginty4 authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    63479ee View commit details
    Browse the repository at this point in the history
  2. Devtooling-175: refactored location (#1224)

    * Refactored
    
    * Made requested changes
    
    * Fixed naming conventions
    BrianMoyles authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    fa0204e View commit details
    Browse the repository at this point in the history
  3. Feat/devtooling 654 Integration Instagram (#1202)

    * added files for instagram resource
    
    * added test cases for instagram
    
    * test cases and examples added
    
    * updated docs
    
    * updated docs
    
    * changed the schema descriptions
    
    * comments resolved
    
    * updated docs
    
    * removed forcenew flag
    
    * updated docs
    
    * added skip test case
    
    * commented the update test case
    
    * added only creation test case
    
    * added skip test case
    
    * added skip test case in data source
    shrutisuryawanshigenesys authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    f054277 View commit details
    Browse the repository at this point in the history
  4. refactor/Devtooling-186: Routing Queue (#1213)

    * Moved Build and Flatten Functions to util file
    
    * Good Bit Done
    
    * vet fixes
    
    * 778 - required attributes to optional
    
    * Fixing test
    
    * generate
    
    * Made requested changes
    
    * Changes Made
    
    * Added unit test
    
    * updated docs
    
    * go mod tidy
    BrianMoyles authored Aug 26, 2024
    Configuration menu
    Copy the full SHA
    a520fd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    d2f2daa View commit details
    Browse the repository at this point in the history
  2. Bump github.com/hashicorp/hcl/v2 from 2.21.0 to 2.22.0 (#1231)

    Bumps [github.com/hashicorp/hcl/v2](https://github.com/hashicorp/hcl) from 2.21.0 to 2.22.0.
    - [Release notes](https://github.com/hashicorp/hcl/releases)
    - [Changelog](https://github.com/hashicorp/hcl/blob/main/CHANGELOG.md)
    - [Commits](hashicorp/hcl@v2.21.0...v2.22.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/hashicorp/hcl/v2
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Charlie Conneely <[email protected]>
    dependabot[bot] and charliecon authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c39f0ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f5c639 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a03f8a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09f0d11 View commit details
    Browse the repository at this point in the history
  6. Merge main into dev

    charliecon committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    0511399 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Bug/devtooling 751: Queue resource overwriting CGR and Outbound email…

    … address (#1241)
    
    * Started work
    
    * Fixed
    dginty4 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8f4ca2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b3da47a View commit details
    Browse the repository at this point in the history
  3. Bug/devtooling 804 (#1235)

    * added nil checks
    
    * reverted null check
    kavinbalagen authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    6c77917 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    df3a3ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c129c70 View commit details
    Browse the repository at this point in the history
  6. refactor/DEVTOOLING-150 [auth_division] (#1237)

    * refactored
    
    * go fmt
    
    * requested changes
    BrianMoyles authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    4a4e609 View commit details
    Browse the repository at this point in the history
  7. Bug/devtooling 642 (#1208)

    * Fix Export stuck issue with routing skills
    
    * Update Resource
    HemanthDogiparthi12 authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ec5077d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4a94c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. No jira devcontainers (#1244)

    * NO-JIRA: Adding a new code space
    
    * NO-JIRA: Adding proper version
    
    * NO-JIRA: Adding proper version
    
    * NO-JIRA: Adding proper version
    
    * NO-JIRA: trying to set install terraform via feature
    
    * NO-JIRA: Adding the genesyscloud CLI
    
    * NO-JIRA: Adding the genesyscloud CLI
    
    * NO-JIRA: Adding archy
    
    * NO-JIRA: Adding archy
    
    * NO-JIRA: Adding a python script to generate environment
    
    * NO-JIRA: Adding new python code to generate shell
    
    * NO-JIRA: Removing unnecessary code
    
    * NO -JIRA: Adding in the generate_env.py
    
    * NO-JIRA: Refactored script locations
    
    * NO-JIRA: Refactored script locations
    
    * NO-JIRA: Removed the generative script
    
    * NO-JIRA: Finalizing changes
    carnellj-genesys authored Sep 6, 2024
    Configuration menu
    Copy the full SHA
    24f4f95 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Bump golang.org/x/net from 0.28.0 to 0.29.0 (#1245)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.28.0 to 0.29.0.
    - [Commits](golang/net@v0.28.0...v0.29.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    f064758 View commit details
    Browse the repository at this point in the history
  2. Fix acceptance tests (#1249)

    * fix tests
    
    * fix tests
    
    * fix tests
    
    * DEVTOOLING-769: Remove flow outcome & trunk tests as required API for testcase are not present
    
    * Fix testcases
    
    * Fix tests
    
    * Fix tests
    
    * resolve comments
    
    * fix architect testcase
    
    * Fix tests
    
    * fix testcase
    
    * Fix testcases
    
    ---------
    
    Co-authored-by: Monisha Padmavathi Ragavan <[email protected]>
    monishapadmavathi and Monisha Padmavathi Ragavan authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4a85025 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Bug/devtooling 752 Integration Credential Fix (#1242)

    * fix oath client issues
    
    * Remove unwanted proxy fns
    
    * review fixes
    HemanthDogiparthi12 authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    e49397a View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    f06a2f3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3d8c2c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    48c1680 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee11146 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    8b72c71 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. added nil check (#1260)

    kavinbalagen authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    61e161d View commit details
    Browse the repository at this point in the history
  2. DEVTOOLING-737 (#1251)

    * DEVTOOLING-737
    
    * Code review comment addressed
    sureshperiyappan authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    e337b01 View commit details
    Browse the repository at this point in the history
  3. Fixes DEVTOOLING-842 (#1259)

    bbbco authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a670a23 View commit details
    Browse the repository at this point in the history
  4. refactor/Devtooling-186: routing queue (#1238)

    * Moved Build and Flatten Functions to util file
    
    * Good Bit Done
    
    * vet fixes
    
    * 778 - required attributes to optional
    
    * Fixing test
    
    * generate
    
    * Made requested changes
    
    * Changes Made
    
    * Added unit test
    
    * updated docs
    
    * go mod tidy
    
    * undid breaking change
    
    * docs
    
    * resolved conflict
    
    * fmt
    
    * fixed conflicts
    
    * Fixed Tests
    
    * outbound email address failing test
    BrianMoyles authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2e4fc52 View commit details
    Browse the repository at this point in the history
  5. Bug/devtooling 784 (#1262)

    * added delete functionality
    
    * initial changes
    
    * added proxy file
    
    * updated functions
    
    * added proxy functions
    
    * adding knowledge base entities
    
    * added util files
    
    * refactoring knowledge package
    
    * refactored addtl. resource to avoid cyclic dependency
    
    * registering knowledge packages
    
    * removed redundant comment
    kavinbalagen authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    c10ffb0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    482858d View commit details
    Browse the repository at this point in the history
  7. Fixes devtooling-777 (#1258)

    * Fix docs issue with genesyscloud_routing_queue_outbound_email_address
    
    * Fix issue with exporting published scripts, and with cleaning up after attempting to publish an invalid script
    
    * Fix for go fmt
    
    * Comment tweak
    bbbco authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    6c7d3e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    e9c14a8 View commit details
    Browse the repository at this point in the history
  2. Feature/devtooling 822 (#1266)

    * Update Docs for dependency res
    
    * Update export def
    HemanthDogiparthi12 authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5b64ed7 View commit details
    Browse the repository at this point in the history
  3. Merge main into dev

    charliecon committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    23767a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Updating CODEOWNERS (#1268)

    dginty4 authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fa74003 View commit details
    Browse the repository at this point in the history
  2. Feat/devtooling 713 - genesyscloud_conversations_messaging_supportedc…

    …ontent_default (#1263)
    
    * added supported content default resource
    
    * added exporter
    
    * comments resolved
    shrutisuryawanshigenesys authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    47ac0ba View commit details
    Browse the repository at this point in the history
  3. Feat/devtooling 734 Outbound Digital RuleSet (#1250)

    * added files for outbound ruleset
    
    * fixes for imports
    
    * added test cases
    
    * added utility methods
    
    * added test functions
    
    * changes made for doNoSend Settings
    
    * changes in Utils
    
    * added test cases
    
    * updated docs
    
    * code cleanup and error messages updated
    
    * error message updated for data source
    
    * resolved comments
    
    * updated docs
    shrutisuryawanshigenesys authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    0fbd64f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40545fa View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    86257a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Fixes DEVTOOLING-851 and DEVTOOLING-848 for genesyscloud_telephony_pr…

    …oviders_edges_site_outbound_route (#1261)
    
    * Adds a data resource for genesyscloud_telephony_providers_edges_site_outbound_route and unit tests
    
    * Add required permissions to PR Labeler (see https://github.com/TimonVS/pr-labeler-action?tab=readme-ov-file#usage )
    
    * Refactor the telephony_providers_edges_site_outbound_route resource to require individual instances of the resource per route. Adds a data resource too. Updates the docs
    
    * Add handling for including site_id attribute on data resource
    
    * Feature toggle check recommendation as per PR comment
    
    * Fix caching issue
    
    * Fix issue from PR comment: remove item from cache after deleting
    bbbco authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    3e4976f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c396316 View commit details
    Browse the repository at this point in the history
  3. Devtooling 839 (#1272)

    * Verify instancestate
    
    * Update genesyscloud
    HemanthDogiparthi12 authored Sep 30, 2024
    Configuration menu
    Copy the full SHA
    6fcaaf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. No jira: Implementing cache for auth divisions data source & removing…

    … Deprecation warnings (#1274)
    
    * Implemented cache for auth division data source
    
    * Removing deprecation warnings in queue docs
    
    * Fix linting errors in routing_queue package
    charliecon authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    396d5f0 View commit details
    Browse the repository at this point in the history
  2. Fix DEVTOOLING-855 - option for exporting computed values (#1273)

    * Add provider attribute to determine whether to export computed attributes or not
    
    * Set default to true to match existing behavior, with a note in the description
    
    * Make docs
    bbbco authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    95ce99c View commit details
    Browse the repository at this point in the history
  3. Merged main into dev

    charliecon committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    72cf71b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    049ccb4 View commit details
    Browse the repository at this point in the history
  5. Bug/devtooling 831 (#1269)

    * introduced contactListId and contactId for kv pair
    
    * added complex contact ID
    
    * removed redundant assignment
    kavinbalagen authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    6957981 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    6f1b0a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Bug/devtooling 615 - Consistency checker (#1246)

    * Changed tests
    
    * Fixed test
    
    * Changed mutex
    
    * Continued work
    
    * wrote unit tests
    
    * Made changes
    
    * Done thing
    
    * Rebased
    
    * Rewriting test
    
    * Continued work
    
    * Finshed work
    
    * Moving log
    
    * Fixed test
    
    * Updated consistency checker
    
    * Ignore length of computed nested blocks
    
    * Fixed consistency checkers ability to handle sets
    
    * Updated file output
    
    * fixed site tests
    
    * Ignoring consistency checker on exporter
    dginty4 authored Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5ecf26e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Bump golang.org/x/net from 0.29.0 to 0.30.0 (#1280)

    Bumps [golang.org/x/net](https://github.com/golang/net) from 0.29.0 to 0.30.0.
    - [Commits](golang/net@v0.29.0...v0.30.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/net
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f39e957 View commit details
    Browse the repository at this point in the history
  2. DEVTOOLING-868: Removing the V1 knowledge artifacts (#1278)

    * DEVTOOLING-868:  Removing the V1 knowledge artifacts
    
    * DEVTOOLING-868:  Removing the V1 knowledge artifacts
    carnellj-genesys authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d36fce1 View commit details
    Browse the repository at this point in the history
  3. No jira: Improving the efficiency of a few data sources (#1281)

    * Fixed bugs in queues data source
    
    * Remove sleep
    
    * Using name and type filters in flows data source
    
    * make docs
    
    * Updated flows data source test
    
    * Small changes to routing skill data source
    
    * Small change to architect_flows proxy method
    charliecon authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f0f8461 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd47a74 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    1b80c89 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    59abaeb View commit details
    Browse the repository at this point in the history